Skip to content

Commit

Permalink
Fix termination logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu committed Jan 8, 2025
1 parent 4851c91 commit ced71b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monal/Classes/HelperTools.m
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ void exitLogging(void)
{
DDLogInfo(@"exit() was called...");
//make sure to unfreeze logging before flushing everything and terminating
[self activateTerminationLogging];
[HelperTools activateTerminationLogging];
[HelperTools flushLogsWithTimeout:0.025];
return;
}
Expand Down

0 comments on commit ced71b5

Please sign in to comment.