diff -r 958eca8527dd -r 3f7d9dbe57c8 terminalsecurity/SCP/DmEventNotifier/inc/DmEventNotifierInternal.h --- a/terminalsecurity/SCP/DmEventNotifier/inc/DmEventNotifierInternal.h Tue Jan 26 12:43:57 2010 +0200 +++ b/terminalsecurity/SCP/DmEventNotifier/inc/DmEventNotifierInternal.h Tue Feb 02 00:44:00 2010 +0200 @@ -32,7 +32,7 @@ #include "DmEventNotifierCRKeys.h" //Defines -#define __LEAVE_IF_ERROR(x) if(KErrNone!=x) {FLOG(_L("LEAVE in %s: %d"), __FILE__, __LINE__); User::Leave(x); } +#define __LEAVE_IF_ERROR(x) if(KErrNone!=x) {_DMEVNT_DEBUG(_L("LEAVE in %s: %d"), __FILE__, __LINE__); User::Leave(x); } //Size of the schedule condition array #define KConditionArraySize 1