Skip to content

Commit

Permalink
Fix missing c_str printour in eff_config_thermal
Browse files Browse the repository at this point in the history
Change-Id: I5f702b6565f640bc0778e1fa4eb37e64e79031fc
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37288
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Reviewed-by: Brian R. Silver <bsilver@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37291
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
  • Loading branch information
JacobHarvey authored and wghoffa committed Mar 2, 2017
1 parent 6daba5f commit 697e7a6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -175,7 +175,7 @@ fapi2::ReturnCode throttle::power_regulator_throttles ()
"Failed to calculate the max and idle power for port %s",
mss::c_str(iv_target));

FAPI_INF("POWER throttles: %s max port power is %f", l_port_power_calc_max);
FAPI_INF("POWER throttles: %s max port power is %f", mss::c_str(iv_target), l_port_power_calc_max);

//Calculate the power curve slope and intercept using the port's min and max power values
FAPI_TRY(calc_power_curve(l_port_power_calc_idle,
Expand Down

0 comments on commit 697e7a6

Please sign in to comment.