Skip to content

Commit

Permalink
Use updated logging macro. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorporeal authored Oct 30, 2024
1 parent 7fea849 commit 56fd585
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ handleExceptions(void *const userData)
break;
}

SentryCrashLOG_DEBUG("Received exception from subprocess. Ignoring message and waiting for another.");
SENTRY_ASYNC_SAFE_LOG_DEBUG("Received exception from subprocess. Ignoring message and waiting for another.");
// Send a reply saying "I didn't handle this exception".
replyMessage.header.msgh_id = exceptionMessage.header.msgh_id;
replyMessage.header.msgh_bits = exceptionMessage.header.msgh_bits & MACH_MSGH_BITS_REMOTE_MASK;
Expand Down

0 comments on commit 56fd585

Please sign in to comment.