Skip to content

Commit 74deaff

Browse files
yuwatakeszybz
authored andcommitted
journal: fix log message
1 parent 03b76a1 commit 74deaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/journal/journald-stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ int server_restore_streams(Server *s, FDSet *fds) {
825825
/* No file descriptor? Then let's delete the state file */
826826
log_debug("Cannot restore stream file %s", de->d_name);
827827
if (unlinkat(dirfd(d), de->d_name, 0) < 0)
828-
log_warning_errno(errno, "Failed to remove %s%s: %m", path, de->d_name);
828+
log_warning_errno(errno, "Failed to remove %s/%s: %m", path, de->d_name);
829829
continue;
830830
}
831831

0 commit comments

Comments
 (0)