]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journal: fix log message
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 7 Feb 2020 05:11:11 +0000 (14:11 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 7 Feb 2020 14:27:43 +0000 (15:27 +0100)
src/journal/journald-stream.c

index d5147cb61a4acf69ce1f065173b8f275a0539a3a..97e0b69de857a3d3151658100fa54bc0be669802 100644 (file)
@@ -825,7 +825,7 @@ int server_restore_streams(Server *s, FDSet *fds) {
                         /* No file descriptor? Then let's delete the state file */
                         log_debug("Cannot restore stream file %s", de->d_name);
                         if (unlinkat(dirfd(d), de->d_name, 0) < 0)
-                                log_warning_errno(errno, "Failed to remove %s%s: %m", path, de->d_name);
+                                log_warning_errno(errno, "Failed to remove %s/%s: %m", path, de->d_name);
                         continue;
                 }