We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73577b commit 456d28aCopy full SHA for 456d28a
src/qt/bitcoin.cpp
@@ -622,7 +622,7 @@ int GuiMain(int argc, char* argv[])
622
qApp->installNativeEventFilter(new WinShutdownMonitor());
623
#endif
624
// Install qDebug() message handler to route to debug.log
625
- //qInstallMessageHandler(DebugMessageHandler);
+ qInstallMessageHandler(DebugMessageHandler);
626
// Allow parameter interaction before we create the options model
627
app.parameterSetup();
628
GUIUtil::LogQtInfo();
0 commit comments