omadrm/drmengine/notifier/src/DRMNotifierSession.cpp
branchRCL_3
changeset 17 e16d72588c28
parent 2 76350b5be3d8
child 18 8a03a285ab14
--- a/omadrm/drmengine/notifier/src/DRMNotifierSession.cpp	Fri Feb 19 23:05:49 2010 +0200
+++ b/omadrm/drmengine/notifier/src/DRMNotifierSession.cpp	Fri Mar 12 15:43:46 2010 +0200
@@ -203,7 +203,10 @@
 //
 void CDRMNotifierSession::DispatchL( const RMessage2& aMessage ) 
     {
-		RDebug::Printf(">>> [%s] %d", _S8(__PRETTY_FUNCTION__), aMessage.Function());
+    #ifdef _DEBUG
+	RDebug::Printf(">>> [%s] %d", _S8(__PRETTY_FUNCTION__), aMessage.Function());
+    #endif
+    	
     switch ( aMessage.Function() )
         {
         case ENotifyClients: