diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 579e2fa..0c3ad5b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -39,8 +39,8 @@ static void sighandler(int sig) DUMP_TRACE(QDir::homeDirPath() + "/kdocker.trace"); return; } - - qDebug(i18n("Caught signal %1. Cleaning up.").arg(sig).local8Bit()); + + qDebug("%s", i18n("Caught signal %1. Cleaning up.").arg(sig).local8Bit().data()); ((KDocker *)qApp)->trayLabelMgr()->undockAll(); } |