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