Skip to content

Commit e7bea2d

Browse files
committed
Merge #414: Uncomment DebugMessageHandler install
456d28a qml: uncomment DebugMessageHandler install (johnny9) Pull request description: DebugMessageHandler is needed to route output to debug.log and should not have been commented out. Mistakenly commented out in #403 ACKs for top commit: MarnixCroes: ACK 456d28a hebasto: ACK 456d28a Tree-SHA512: c78e526deccba366854287c796e2ac4843f1aba7b936d6955b6ec2212e75fac6a4372e3994e4045a45e083c7422fb827fddb674c64a593affa1226589f14d8ab
2 parents a85fc8f + 456d28a commit e7bea2d

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)