chiark / gitweb /
Partially revert e62d8c394474
[elogind.git] / src / core / manager.c
index 8f4eb0b9c58c118364dff503fac43025db4b9d2c..2e89f19839add470275f2b72bb1e74ec5a79ca1d 100644 (file)
@@ -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;
                         }
                 }