mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
prefix fatal messages with FATAL
This commit is contained in:
parent
a7e1d1d22a
commit
155c7dfbde
@ -651,7 +651,7 @@ fatal_log(const char *fmt, va_list args)
|
||||
char buf[2048];
|
||||
|
||||
(void)vsnprintf(buf, sizeof(buf), fmt, args);
|
||||
kore_log(LOG_ERR, "%s", buf);
|
||||
kore_log(LOG_ERR, "FATAL: %s", buf);
|
||||
|
||||
if (worker != NULL && worker->id == KORE_WORKER_KEYMGR)
|
||||
kore_keymgr_cleanup(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user