Skip to content

Commit

Permalink
FIx custom debug handler
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Dec 18, 2024
1 parent 66eafee commit 82f6f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ int main(int argc, char *argv[])
if (!parser.isSet(debugCmdOption))
{
// Install custom debug handler
// registerLumberjackDebugHandler();
registerLumberjackDebugHandler();
}

qDebug() << "Lumberjack:" << getLumberjackVersion();
Expand Down

0 comments on commit 82f6f85

Please sign in to comment.