]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/unit.c
log: Add missing "%" in "%m" log format strings
[thirdparty/systemd.git] / src / core / unit.c
index 9ea8c1e66c70ed78a55b34a566aff79a185a5604..b9fb7dbc0e134cd94b9b6610d4c83e3b26a99ecb 100644 (file)
@@ -2789,7 +2789,7 @@ int unit_enqueue_rewatch_pids(Unit *u) {
 
                 r = sd_event_source_set_priority(s, SD_EVENT_PRIORITY_IDLE);
                 if (r < 0)
-                        return log_error_errno(r, "Failed to adjust priority of event source for tidying watched PIDs: m");
+                        return log_error_errno(r, "Failed to adjust priority of event source for tidying watched PIDs: %m");
 
                 (void) sd_event_source_set_description(s, "tidy-watch-pids");