fstab-generator: fix debug log
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 18 Feb 2019 02:29:45 +0000 (11:29 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 18 Feb 2019 02:29:45 +0000 (11:29 +0900)
src/fstab-generator/fstab-generator.c

index 55a8242..d80e5d3 100644 (file)
@@ -571,7 +571,7 @@ static int parse_fstab(bool initrd) {
                 noauto = fstab_test_yes_no_option(me->mnt_opts, "noauto\0" "auto\0");
                 nofail = fstab_test_yes_no_option(me->mnt_opts, "nofail\0" "fail\0");
 
-                log_debug("Found entry what=%s where=%s type=%s makefs=%s nofail=%s noauto=%s",
+                log_debug("Found entry what=%s where=%s type=%s makefs=%s noauto=%s nofail=%s",
                           what, where, me->mnt_type,
                           yes_no(makefs),
                           yes_no(noauto), yes_no(nofail));