diff options
Diffstat (limited to 'src/core/manager.c')
-rw-r--r-- | src/core/manager.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/manager.c b/src/core/manager.c index 8f4eb0b9c5..2e89f19839 100644 --- a/src/core/manager.c +++ b/src/core/manager.c @@ -1230,8 +1230,7 @@ static int manager_process_notify_fd(Manager *m) { if (!u) { u = cgroup_unit_by_pid(m, ucred->pid); if (!u) { - log_warning("Cannot find unit for notify message of PID %lu.", - (unsigned long) ucred->pid); + log_warning("Cannot find unit for notify message of PID %lu.", (unsigned long) ucred->pid); continue; } } |