Skip to content

Commit

Permalink
Merge pull request #67 from skrakau/warn_if_cpumodel_not_found
Browse files Browse the repository at this point in the history
Add warning if cpu model not found
  • Loading branch information
skrakau authored Nov 8, 2023
2 parents 3ec41f3 + 85e6936 commit b21053b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ class CO2FootprintFactory implements TraceObserverFactory {
}
c++
}
log.warn "Could not find CPU model ${cpu_model} in given TDP data. Using default CPU power draw value!"
return cpuData['default']
}

Expand Down

0 comments on commit b21053b

Please sign in to comment.