Author: spetreolle
Date: Wed Feb 22 15:30:48 2012
New Revision: 55807
URL:
http://svn.reactos.org/svn/reactos?rev=55807&view=rev
Log:
[CABMAN]
Enable debug in order to figure the testbot problems.
Modified:
trunk/reactos/tools/cabman/CMakeLists.txt
trunk/reactos/tools/cabman/main.cxx
Modified: trunk/reactos/tools/cabman/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/cabman/CMakeLists.tx…
==============================================================================
--- trunk/reactos/tools/cabman/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/tools/cabman/CMakeLists.txt [iso-8859-1] Wed Feb 22 15:30:48 2012
@@ -6,7 +6,7 @@
raw.cxx)
include_directories(${REACTOS_SOURCE_DIR}/lib/3rdparty/zlib)
-
+add_definitions(-DDBG=1)
add_executable(cabman ${SOURCE})
target_link_libraries(cabman zlibhost)
Modified: trunk/reactos/tools/cabman/main.cxx
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/cabman/main.cxx?rev=…
==============================================================================
--- trunk/reactos/tools/cabman/main.cxx [iso-8859-1] (original)
+++ trunk/reactos/tools/cabman/main.cxx [iso-8859-1] Wed Feb 22 15:30:48 2012
@@ -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 */