summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJacob Harvey <jlharvey@us.ibm.com>2017-03-01 13:55:25 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-03-01 22:02:55 -0500
commit697e7a6e29a95697f7f83ec246f4ff5ce05197be (patch)
treebecfe7799dc70064d212d254d85f3d00bffb0d21 /src
parent6daba5f9c16d8dc06d3f3d1018c803e46a541dea (diff)
downloadtalos-hostboot-697e7a6e29a95697f7f83ec246f4ff5ce05197be.tar.gz
talos-hostboot-697e7a6e29a95697f7f83ec246f4ff5ce05197be.zip
Fix missing c_str printour in eff_config_thermal
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>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/power_thermal/throttle.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/power_thermal/throttle.C b/src/import/chips/p9/procedures/hwp/memory/lib/power_thermal/throttle.C
index d01d7cc61..606c55624 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/power_thermal/throttle.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/power_thermal/throttle.C
@@ -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,
OpenPOWER on IntegriCloud