Skip to content

Commit

Permalink
Update src/libserver/worker_util.c
Browse files Browse the repository at this point in the history
Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
  • Loading branch information
ln5 and vstakhov committed Sep 9, 2023
1 parent 865705f commit 5575971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libserver/worker_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ rspamd_print_crash(ucontext_t *uap)
level, (unsigned long)ip, name, (unsigned long)off);
}
else {
msg_err("%d: %ul: <unknown>", level, ip);
msg_err("%d: %0x%xl: <unknown>", level, (unsigned long)ip);
}

level++;
Expand Down

0 comments on commit 5575971

Please sign in to comment.