resourcemgmt/hwresourcesmgr/server/src/HWRMPluginHandler.cpp
branchRCL_3
changeset 61 8cb079868133
parent 60 ccb4f6b3db21
child 81 24127ea5a236
--- a/resourcemgmt/hwresourcesmgr/server/src/HWRMPluginHandler.cpp	Tue Aug 31 16:29:05 2010 +0300
+++ b/resourcemgmt/hwresourcesmgr/server/src/HWRMPluginHandler.cpp	Wed Sep 01 12:34:26 2010 +0100
@@ -330,7 +330,7 @@
 //
 void CHWRMPluginHandler::RegisterForIndicationsL(MHWRMIndicationHandler* aCallback)
 	{
-    COMPONENT_TRACE2( _L( "HWRM Server - CHWRMPluginHandler::RegisterForIndicationsL(), Count() = %d" ), iIndicationCallbacks.Count() );
+    COMPONENT_TRACE2( _L( "HWRM Server - CHWRMPluginHandler::RegisterForIndications(), Count() = %d" ), iIndicationCallbacks.Count() );
 
 	iIndicationCallbacks.AppendL(aCallback);
 	}