]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bootctl: fix path in log message 939/head
authorKarel Zak <kzak@redhat.com>
Thu, 6 Aug 2015 11:59:38 +0000 (13:59 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 6 Aug 2015 11:59:38 +0000 (13:59 +0200)
src/boot/bootctl.c

index 359fde999874d0288a70d3c689f3a2c2210b1784..ac1711b31836cc23017e405832d2361833078d3d 100644 (file)
@@ -818,7 +818,7 @@ static int remove_boot_efi(const char *esp_path) {
                         if (r < 0)
                                 return log_error_errno(errno, "Failed to remove \"%s/%s\": %m", p, de->d_name);
 
-                        log_info("Removed \"%s/\%s\".", p, de->d_name);
+                        log_info("Removed \"%s/%s\".", p, de->d_name);
                 }
 
                 c++;