Skip to content

Commit

Permalink
Merge #414: Uncomment DebugMessageHandler install
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hebasto committed Aug 12, 2024
2 parents a85fc8f + 456d28a commit e7bea2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/bitcoin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e7bea2d

Please sign in to comment.