1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00

service: beautify debug log message a bit

This commit is contained in:
Lennart Poettering 2019-03-19 17:28:02 +01:00
parent 0bb814c2c2
commit a5b5aece01

View File

@ -3148,7 +3148,7 @@ static void service_notify_cgroup_empty_event(Unit *u) {
assert(u);
log_unit_debug(u, "cgroup is empty");
log_unit_debug(u, "Control group is empty.");
switch (s->state) {