Restore logger installation

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-07-02 11:01:52 +02:00
parent 027565e571
commit b952fa64ee
No known key found for this signature in database
GPG Key ID: F941078878347C0C

View File

@ -50,7 +50,7 @@ Logger::Logger(QObject *parent)
{
qSetMessagePattern("[%{function} \t%{message}");
#ifndef NO_MSG_HANDLER
// qInstallMessageHandler(mirallLogCatcher);
qInstallMessageHandler(mirallLogCatcher);
#else
Q_UNUSED(mirallLogCatcher)
#endif