diff -r 1ddbe54d0645 -r ccb4f6b3db21 resourcemgmt/hwresourcesmgr/server/src/HWRMPluginHandler.cpp --- a/resourcemgmt/hwresourcesmgr/server/src/HWRMPluginHandler.cpp Thu Aug 19 11:09:10 2010 +0300 +++ b/resourcemgmt/hwresourcesmgr/server/src/HWRMPluginHandler.cpp Tue Aug 31 16:29:05 2010 +0300 @@ -330,7 +330,7 @@ // void CHWRMPluginHandler::RegisterForIndicationsL(MHWRMIndicationHandler* aCallback) { - COMPONENT_TRACE2( _L( "HWRM Server - CHWRMPluginHandler::RegisterForIndications(), Count() = %d" ), iIndicationCallbacks.Count() ); + COMPONENT_TRACE2( _L( "HWRM Server - CHWRMPluginHandler::RegisterForIndicationsL(), Count() = %d" ), iIndicationCallbacks.Count() ); iIndicationCallbacks.AppendL(aCallback); }