Author: spetreolle
Date: Wed Mar 14 22:20:05 2012
New Revision: 56152

URL: http://svn.reactos.org/svn/reactos?rev=56152&view=rev
Log:
[CABMAN]
Turn off debug now that the not closed cabinets issue is fixed.
Addendum to r56045, reverts r55807.

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.txt?rev=56152&r1=56151&r2=56152&view=diff
==============================================================================
--- trunk/reactos/tools/cabman/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/tools/cabman/CMakeLists.txt [iso-8859-1] Wed Mar 14 22:20:05 
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=56152&r1=56151&r2=56152&view=diff
==============================================================================
--- trunk/reactos/tools/cabman/main.cxx [iso-8859-1] (original)
+++ trunk/reactos/tools/cabman/main.cxx [iso-8859-1] Wed Mar 14 22:20:05 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 */


Reply via email to