summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/htmgt_cfgdata.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/htmgt/htmgt_cfgdata.C')
-rw-r--r--src/usr/htmgt/htmgt_cfgdata.C6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/htmgt/htmgt_cfgdata.C b/src/usr/htmgt/htmgt_cfgdata.C
index 20cff5a52..ef9915160 100644
--- a/src/usr/htmgt/htmgt_cfgdata.C
+++ b/src/usr/htmgt/htmgt_cfgdata.C
@@ -1579,8 +1579,10 @@ bool check_wof_support(uint16_t & o_nominal,
}
else if( largest_wof_reset_count >= WOF_RESET_COUNT_THRESHOLD )
{
- TMGT_INF("WOF reset count reached for OCC%d. WOF disabled.",
- occ_instance);
+ TMGT_INF("WOF reset count reached for "
+ "OCC%d count: %d. WOF disabled.",
+ occ_instance,
+ largest_wof_reset_count );
G_wofSupported = false;
o_ultra = WOF_RESET_COUNT_REACHED;
}
OpenPOWER on IntegriCloud