kdecore: typo

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-12-11 12:23:37 +02:00
parent fcdcbe612e
commit 860137350d

View file

@ -37,7 +37,7 @@ static const int s_kauthorization_area = 185;
void kAuthMessageHandler(QtMsgType type, const char *msg)
{
// NOTE: cannot use KDebug because of it triggers a warning the program will dead-lock
// NOTE: cannot use KDebug because if it triggers a warning the program will dead-lock
switch (type) {
case QtDebugMsg: {
::syslog(LOG_DEBUG, "%s", msg);