reenable debug
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Fri, 15 Dec 2006 16:50:10 +0000 (16:50 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Fri, 15 Dec 2006 16:50:10 +0000 (16:50 +0000)
lib/base/eerror.cpp

index 241b2d3df9e8c3e48be90b80336599cc256c9c00..39c786233117cc19490db5e598ae67fd07c5cc8e 100644 (file)
@@ -69,7 +69,7 @@ void DumpUnfreed()
 #endif
 
 Signal2<void, int, const std::string&> logOutput;
-int logOutputConsole=0;
+int logOutputConsole=1;
 
 static pthread_mutex_t DebugLock =
        PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP;