Skip to content

Commit 47261ac

Browse files
6.4.9-rc2 (#1365)
2 parents b834631 + ced71b5 commit 47261ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Monal/Classes/HelperTools.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ void exitLogging(void)
128128
{
129129
DDLogInfo(@"exit() was called...");
130130
//make sure to unfreeze logging before flushing everything and terminating
131-
[self activateTerminationLogging];
131+
[HelperTools activateTerminationLogging];
132132
[HelperTools flushLogsWithTimeout:0.025];
133133
return;
134134
}

0 commit comments

Comments
 (0)