diff -r 74b7c6e79031 -r bbebb0235466 radioapp/radiouiengine/tsrc/inc/trace.h --- a/radioapp/radiouiengine/tsrc/inc/trace.h Fri Sep 03 12:25:04 2010 +0300 +++ b/radioapp/radiouiengine/tsrc/inc/trace.h Mon Sep 20 18:04:48 2010 +0300 @@ -40,7 +40,7 @@ * Prefix trace macro to complete tracing with component name. * Returns TDesC which can be used directly with RDebug or RFileLogger. */ -#define _PREFIX_TRACE( aMsg ) TPtrC( (const TText*)L"[t_radioenginewrapper]: " L##aMsg ) +#define _PREFIX_TRACE( aMsg ) TPtrC( (const TText*)L"[t_radiouiengine]: " L##aMsg ) /** * Prefix error trace @@ -55,7 +55,7 @@ /** * Prefix macro for strings */ -#define _PREFIX_CHAR( aMsg ) (const char*)"[t_radioenginewrapper]: " ##aMsg +#define _PREFIX_CHAR( aMsg ) (const char*)"[t_radiouiengine]: " ##aMsg /** * Define needed directories if TRACE_INTO_FILE macro in use