Turn off debug now that the not closed cabinets issue is fixed.
Addendum to r56045, reverts r55807.

svn path=/trunk/; revision=56152
This commit is contained in:
Sylvain Petreolle 2012-03-14 22:20:05 +00:00
parent 299123b665
commit f5d2c36849
2 changed files with 3 additions and 3 deletions

View 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)

View 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 */