05f6862
--- kdelibs/kdecore/kdebug.cpp.ndebug	Mon Mar 11 16:44:31 2002
05f6862
+++ kdelibs/kdecore/kdebug.cpp	Mon Mar 11 16:45:19 2002
05f6862
@@ -224,7 +224,7 @@
05f6862
 	break;
05f6862
       }
05f6862
 
05f6862
-  short nOutput = kDebug_data->config ? kDebug_data->config->readNumEntry(key, 2) : 2;
05f6862
+  short nOutput = kDebug_data->config ? kDebug_data->config->readNumEntry(key, 4) : 4;
05f6862
 
05f6862
   // If the application doesn't have a QApplication object it can't use
05f6862
   // a messagebox.