Skip to content

Commit

Permalink
replace NSLog with SentryLog
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Jan 7, 2025
1 parent 649105e commit 55231ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Sentry/SentrySwizzle.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ - (SentrySwizzleOriginalIMP)getOriginalImplementation
{
NSAssert(_impProviderBlock, @"_impProviderBlock can't be missing");
if (!_impProviderBlock) {
NSLog(@"_impProviderBlock can't be missing");
SENTRY_LOG_ERROR(@"_impProviderBlock can't be missing");
return NULL;
}

Expand Down

0 comments on commit 55231ef

Please sign in to comment.