Skip to content

Commit

Permalink
meta: fix log statement (#3389)
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight authored Nov 9, 2023
1 parent 9e05a9b commit 11b2ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Sentry/SentryProfiler.mm
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ - (void)backgroundAbort
return;
}

SENTRY_LOG_DEBUG(@"Stopping profiler %@ due to timeout.", self);
SENTRY_LOG_DEBUG(@"Stopping profiler %@ due to app moving to background.", self);
[self stopForReason:SentryProfilerTruncationReasonAppMovedToBackground];
}

Expand Down

0 comments on commit 11b2ffa

Please sign in to comment.