mirror of
https://github.com/systemd/systemd.git
synced 2025-03-22 06:50:18 +03:00
Add missing double quote from log message (#8257)
This commit is contained in:
parent
e8a3144ec4
commit
6719ca7211
@ -410,7 +410,7 @@ static int copy_file_with_version_check(const char *from, const char *to, bool f
|
||||
return r;
|
||||
|
||||
if (lseek(fd_from, 0, SEEK_SET) == (off_t) -1)
|
||||
return log_error_errno(errno, "Failed to seek in \%s\": %m", from);
|
||||
return log_error_errno(errno, "Failed to seek in \"%s\": %m", from);
|
||||
|
||||
fd_to = safe_close(fd_to);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user