Skip to content

Commit

Permalink
qml: uncomment DebugMessageHandler install
Browse files Browse the repository at this point in the history
DebugMessageHandler is needed to route output to debug.log and
should not have been commented out.
  • Loading branch information
johnny9 committed Aug 8, 2024
1 parent a73577b commit 456d28a
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 456d28a

Please sign in to comment.