mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-07 19:58:50 +00:00
xstd: update xabort_() output format
This commit is contained in:
parent
d99ef6d681
commit
767e25e867
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ xabort_ (
|
||||||
int line
|
int line
|
||||||
) {
|
) {
|
||||||
#ifdef BOOKMARKFS_DEBUG
|
#ifdef BOOKMARKFS_DEBUG
|
||||||
fprintf(stderr, "%s:%d: assertion failed: %s\n", name, line, assertion);
|
fprintf(stderr, "%s:%d: assertion (%s) failed\n", name, line, assertion);
|
||||||
#else
|
#else
|
||||||
fprintf(stderr, "%s:%d: assertion failed\n", name, line);
|
fprintf(stderr, "%s:%d: assertion failed\n", name, line);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue