Skip to content

Commit 456d28a

Browse files
committed
qml: uncomment DebugMessageHandler install
DebugMessageHandler is needed to route output to debug.log and should not have been commented out.
1 parent a73577b commit 456d28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/bitcoin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ int GuiMain(int argc, char* argv[])
622622
qApp->installNativeEventFilter(new WinShutdownMonitor());
623623
#endif
624624
// Install qDebug() message handler to route to debug.log
625-
//qInstallMessageHandler(DebugMessageHandler);
625+
qInstallMessageHandler(DebugMessageHandler);
626626
// Allow parameter interaction before we create the options model
627627
app.parameterSetup();
628628
GUIUtil::LogQtInfo();

0 commit comments

Comments
 (0)