diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 557bb42acc..1f5e3d8f3b 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -622,7 +622,7 @@ int GuiMain(int argc, char* argv[]) qApp->installNativeEventFilter(new WinShutdownMonitor()); #endif // Install qDebug() message handler to route to debug.log - //qInstallMessageHandler(DebugMessageHandler); + qInstallMessageHandler(DebugMessageHandler); // Allow parameter interaction before we create the options model app.parameterSetup(); GUIUtil::LogQtInfo();