kparts: log BrowserExtension debug messages to the kparts area

1202 is not reserved for anything

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-10-22 21:01:07 +03:00
parent 0b998b4881
commit eccb19edf8

View file

@ -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 );
}
}