diff -r 40a3f856b14d -r 41a7f70b3818 phoneapp/phoneuiutils/inc/phonelogger.h --- a/phoneapp/phoneuiutils/inc/phonelogger.h Thu Aug 19 09:54:27 2010 +0300 +++ b/phoneapp/phoneuiutils/inc/phonelogger.h Tue Aug 31 15:14:29 2010 +0300 @@ -34,10 +34,10 @@ set PHONEUI_LOGGER_METHOD to RDEBUG_LOGGING to get logging via RDebug::Print set PHONEUI_LOGGER_METHOD to FILE_LOGGING to get logging to log file */ - - #define NO_LOGGING 0 // No logging at all. - #define RDEBUG_LOGGING 1 // Logging via RDebug::Print - #define FILE_LOGGING 2 // Logging to log file + + #define NO_LOGGING 0 // No logging at all. + #define RDEBUG_LOGGING 1 // Logging via RDebug::Print + #define FILE_LOGGING 2 // Logging to log file /* * here is default logic: if we have DEBUG build then select