Skip to content

Commit 792d538

Browse files
log message
1 parent 8a01402 commit 792d538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SentryCrash/Recording/Tools/SentryCrashCxaThrowSwapper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ __cxa_throw_decorator(void *thrown_exception, void *tinfo, void (*dest)(void *))
130130

131131
if (g_cxa_throw_handler != NULL) {
132132
SENTRY_ASYNC_SAFE_LOG_DEBUG(
133-
"Not __cxa_throw decorator, because no g_cxa_throw_handler set.");
133+
"Not calling __cxa_throw decorator, because no g_cxa_throw_handler set.");
134134
g_cxa_throw_handler(thrown_exception, tinfo, dest);
135135
}
136136

0 commit comments

Comments
 (0)