mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Restore logger installation
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
027565e571
commit
b952fa64ee
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user