inc/mpxvideo_debug.h
branchRCL_3
changeset 64 3eb824b18d67
parent 57 befca0ec475f
child 70 375929f879c2
--- 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