From eccb19edf87863b23bfbd11b89f00bddf9e474fc Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 22 Oct 2022 21:01:07 +0300 Subject: [PATCH] kparts: log BrowserExtension debug messages to the kparts area 1202 is not reserved for anything Signed-off-by: Ivailo Monev --- kparts/browserextension.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kparts/browserextension.cpp b/kparts/browserextension.cpp index 8083b0c5..336ca4f0 100644 --- a/kparts/browserextension.cpp +++ b/kparts/browserextension.cpp @@ -293,7 +293,7 @@ void BrowserExtension::BrowserExtensionPrivate::createActionSlotMap() ActionSlotMap::ConstIterator itEnd = s_actionSlotMap->constEnd(); for ( int i=0 ; it != itEnd ; ++it, ++i ) { - //kDebug(1202) << " action " << it.key() << " number " << i; + //kDebug(1000) << " action " << it.key() << " number " << i; s_actionNumberMap->insert( it.key(), i ); } }