diff -r 3eb824b18d67 -r 375929f879c2 inc/mpxvideo_debug.h --- a/inc/mpxvideo_debug.h Wed Sep 15 12:15:24 2010 +0300 +++ b/inc/mpxvideo_debug.h Wed Oct 13 14:34:36 2010 +0300 @@ -15,7 +15,7 @@ */ -// Version : %version: ou1cpsw#4.1.1 % +// Version : %version: ou1cpsw#3 % @@ -35,13 +35,13 @@ // #define _MPX_FILE_LOGGING_ -#ifndef _DEBUG - #define FU_DEBUG +#ifdef _DEBUG + #define FU_DEBUG RDebug::Print #else #ifdef _MPX_FILE_LOGGING_ #define FU_DEBUG MPXDebug::FileLog #else - #define FU_DEBUG RDebug::Print + #define FU_DEBUG #endif #endif