Skip to content

Commit

Permalink
log message
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann committed Feb 19, 2024
1 parent 64f1a5a commit c29978f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Sentry/SentryOptions.m
Original file line number Diff line number Diff line change
Expand Up @@ -707,8 +707,8 @@ - (void)setEnableSpotlight:(BOOL)value
_enableSpotlight = value;
#if defined(RELEASE)
if (value) {
SENTRY_LOG_WARN(@"Enabling Spotlight for a release build. We only recommend running "
@"Spotlight for local development");
SENTRY_LOG_WARN(@"Enabling Spotlight for a release build. We recommend running Spotlight "
@"only for local development.");
}
#endif // defined(RELEASE)
}
Expand Down

0 comments on commit c29978f

Please sign in to comment.