diff -r 7bf7319dbddd -r ebbeb6bcda56 videocollection/inc/videocollectiontrace.h --- a/videocollection/inc/videocollectiontrace.h Tue Jun 15 13:09:36 2010 +0100 +++ b/videocollection/inc/videocollectiontrace.h Thu Jul 22 16:34:17 2010 +0100 @@ -29,11 +29,11 @@ #define DISABLE_TRACE 0 /** - * 0 = Tracing into RDebug in all builds. - * 1 = Tracing into RDebug in winscw, file in ARM. (Default) + * 0 = Tracing into RDebug in all builds. (Default) + * 1 = Tracing into RDebug in winscw, file in ARM. * 2 = Tracing into file in all builds. */ -#define TRACE_OUTPUT 1 +#define TRACE_OUTPUT 0 //----------------------------------------------------------------------------- // Trace configuration @@ -90,9 +90,9 @@ /** * Trace prefixes for macros with component name. */ -#define _PREFIX_TRACE( a ) TPtrC( (const TText*) L"#FuC# " L##a ) -#define _PREFIX_TRACE_2( a, b ) TPtrC( (const TText*) L"#FuC# " L##a L##b ) -#define _PREFIX_TRACE8( a ) (const char*)( "#FuC# " a ) +#define _PREFIX_TRACE( a ) TPtrC( (const TText*) L"#Fu#Co# " L##a ) +#define _PREFIX_TRACE_2( a, b ) TPtrC( (const TText*) L"#Fu#Co# " L##a L##b ) +#define _PREFIX_TRACE8( a ) (const char*)( "#Fu#Co# " a ) /** * Prefix error trace