[CABMAN]
authorSylvain Petreolle <spetreolle@yahoo.fr>
Wed, 22 Feb 2012 15:30:48 +0000 (15:30 +0000)
committerSylvain Petreolle <spetreolle@yahoo.fr>
Wed, 22 Feb 2012 15:30:48 +0000 (15:30 +0000)
Enable debug in order to figure the testbot problems.

svn path=/trunk/; revision=55807

reactos/tools/cabman/CMakeLists.txt
reactos/tools/cabman/main.cxx

index fd580af..9829302 100644 (file)
@@ -6,7 +6,7 @@ list(APPEND SOURCE
     raw.cxx)
 
 include_directories(${REACTOS_SOURCE_DIR}/lib/3rdparty/zlib)
-
+add_definitions(-DDBG=1)
 add_executable(cabman ${SOURCE})
 
 target_link_libraries(cabman zlibhost)
\ No newline at end of file
index 88f0f15..1d25b30 100644 (file)
@@ -19,8 +19,8 @@
 
 #if DBG
 
-ULONG DebugTraceLevel = MIN_TRACE;
-//ULONG DebugTraceLevel = MID_TRACE;
+//ULONG DebugTraceLevel = MIN_TRACE;
+ULONG DebugTraceLevel = MID_TRACE;
 //ULONG DebugTraceLevel = MAX_TRACE;
 
 #endif /* DBG */