mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
basic/log: use appropriate glyph in log_assert_failed_unreachable()
Per popular demand.
This commit is contained in:
parent
04499a70fb
commit
9bc0173275
@ -867,7 +867,7 @@ _noreturn_ void log_assert_failed_unreachable(
|
||||
int line,
|
||||
const char *func) {
|
||||
log_assert(LOG_CRIT, "Code should not be reached", file, line, func,
|
||||
"%s at %s:%u, function %s(). Aborting.");
|
||||
"%s at %s:%u, function %s(). Aborting. 💥");
|
||||
abort();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user