mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
Merge pull request #7508 from poettering/journal-n-drop
journal: fix log message when dropping messages
This commit is contained in:
commit
f9daa63a15
@ -955,7 +955,7 @@ void server_dispatch_message(
|
||||
server_driver_message(s, c->pid,
|
||||
"MESSAGE_ID=" SD_MESSAGE_JOURNAL_DROPPED_STR,
|
||||
LOG_MESSAGE("Suppressed %i messages from %s", rl - 1, c->unit),
|
||||
LOG_MESSAGE("N_DROPPED=%i", rl - 1),
|
||||
"N_DROPPED=%i", rl - 1,
|
||||
NULL);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user