From: Lennart Poettering Date: Tue, 19 Mar 2019 16:28:02 +0000 (+0100) Subject: service: beautify debug log message a bit X-Git-Tag: v243-rc1~571^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5b5aece01f677ba59ca43001c85b722388fd67f;p=thirdparty%2Fsystemd.git service: beautify debug log message a bit --- diff --git a/src/core/service.c b/src/core/service.c index 02899901f7b..a6f6a7383fd 100644 --- a/src/core/service.c +++ b/src/core/service.c @@ -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) {