--- 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: