From 865f314dd5ed55508f45a32973b709b79a541e36 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 11 Dec 2009 03:46:01 +0000 Subject: kdelibs update to Trinity v3.5.11 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1061230 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdecore/kdebug.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kdecore/kdebug.cpp') diff --git a/kdecore/kdebug.cpp b/kdecore/kdebug.cpp index 575f00e37..4c9c7cf14 100644 --- a/kdecore/kdebug.cpp +++ b/kdecore/kdebug.cpp @@ -238,7 +238,8 @@ static void kDebugBackend( unsigned short nLevel, unsigned int nArea, const char break; } - short nOutput = kDebug_data->config ? kDebug_data->config->readNumEntry(key, 2) : 2; + // if no output mode is specified default to no debug output + short nOutput = kDebug_data->config ? kDebug_data->config->readNumEntry(key, 4) : 4; // If the application doesn't have a QApplication object it can't use // a messagebox. -- cgit v1.2.1