diff options
Diffstat (limited to 'src/core/path.c')
-rw-r--r-- | src/core/path.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/path.c b/src/core/path.c index ca586d9616..202cba5d31 100644 --- a/src/core/path.c +++ b/src/core/path.c @@ -562,8 +562,7 @@ static void path_enter_waiting(Path *p, bool initial, bool recheck) { return; fail: - log_warning("%s failed to enter waiting state: %s", - UNIT(p)->id, strerror(-r)); + log_warning_errno(r, "%s failed to enter waiting state: %m", UNIT(p)->id); path_enter_dead(p, PATH_FAILURE_RESOURCES); } |