Skip to content

Commit 64c19d4

Browse files
MonterraBytebluca
authored andcommitted
bootctl: fix unclosed quote in debug log
(cherry picked from commit c9e614eb256ec2591170c1b840558103dfa3d2b0) (cherry picked from commit 4af9f5044a352fc0d67b3eb57ae09b595f724eee) (cherry picked from commit 7ac7b91ae030b1d6ca0a5efb4a26c8c30f6da5a1) (cherry picked from commit d1bf709)
1 parent 08280df commit 64c19d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/bootctl-install.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ static int version_check(int fd_from, const char *from, int fd_to, const char *t
205205
"Skipping \"%s\", it's owned by another boot loader.", to);
206206

207207
r = compare_version(a, b);
208-
log_debug("Comparing versions: \"%s\" %s \"%s", a, comparison_operator(r), b);
208+
log_debug("Comparing versions: \"%s\" %s \"%s\"", a, comparison_operator(r), b);
209209
if (r < 0)
210210
return log_warning_errno(SYNTHETIC_ERRNO(ESTALE),
211211
"Skipping \"%s\", newer boot loader version in place already.", to);

0 commit comments

Comments
 (0)