From 48e4f6a7f121685a15851ee3638edd6f8c1007e7 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 17 Apr 2014 08:41:46 -0500 Subject: Make istep dispatcher trace debug instead of field The istep dispatcher had a highly called function that was doing field traces of enter/exit which were useless. I made it a debug trace with this. Change-Id: Ieb87be73afbacb80140ae250188b57fe9eec4325 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10608 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/usr/initservice/istepdispatcher/istepdispatcher.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/initservice/istepdispatcher/istepdispatcher.C') diff --git a/src/usr/initservice/istepdispatcher/istepdispatcher.C b/src/usr/initservice/istepdispatcher/istepdispatcher.C index c2afaf215..e62c105cb 100644 --- a/src/usr/initservice/istepdispatcher/istepdispatcher.C +++ b/src/usr/initservice/istepdispatcher/istepdispatcher.C @@ -1190,7 +1190,7 @@ void IStepDispatcher::iStepBreakPoint(uint32_t i_info) // ---------------------------------------------------------------------------- bool IStepDispatcher::isShutdownRequested() { - TRACFCOMP(g_trac_initsvc, ENTER_MRK"IStepDispatcher::isShutdownRequested"); + TRACDCOMP(g_trac_initsvc, ENTER_MRK"IStepDispatcher::isShutdownRequested"); mutex_lock(&iv_mutex); bool isShutdownRequested = iv_shutdown; @@ -1201,7 +1201,7 @@ bool IStepDispatcher::isShutdownRequested() isShutdownRequested = isFutureShutdownRequested(); } - TRACFCOMP(g_trac_initsvc, EXIT_MRK"IStepDispatcher::isShutdownRequested"); + TRACDCOMP(g_trac_initsvc, EXIT_MRK"IStepDispatcher::isShutdownRequested"); return isShutdownRequested; } -- cgit v1.2.1