diff -r f54ebcfc1b80 -r afea38384506 radioapp/commoninc/radiologger.h --- a/radioapp/commoninc/radiologger.h Mon May 03 12:31:41 2010 +0300 +++ b/radioapp/commoninc/radiologger.h Fri May 14 15:52:32 2010 +0300 @@ -89,6 +89,9 @@ #include #include +// Log marker that is printed in the beginnig of each line +#define LOGMARKER "FMRadio:" + // UI logs can be combined with engine logs by making the UI feed its log prints into // the engine logger. This requires that we initialize the radio engine utils right here // because the engine won't start up until much later. This is a bit ugly since the macros