mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdecore: typo
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
fcdcbe612e
commit
860137350d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue