From: Mike Yuan Date: Mon, 16 Jun 2025 23:28:39 +0000 (+0200) Subject: fstab-generator: log about the fstype in effect X-Git-Tag: v258-rc1~308 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fba85a0ecba1e0e6a4ad17127e74477452bc6d2b;p=thirdparty%2Fsystemd.git fstab-generator: log about the fstype in effect --- diff --git a/src/fstab-generator/fstab-generator.c b/src/fstab-generator/fstab-generator.c index 3a3af31a494..14a53cd5725 100644 --- a/src/fstab-generator/fstab-generator.c +++ b/src/fstab-generator/fstab-generator.c @@ -1221,7 +1221,7 @@ static int add_sysroot_mount(void) { if (!strextend_with_separator(&combined_options, ",", extra_opts)) return log_oom(); - log_debug("Found entry what=%s where=/sysroot type=%s opts=%s", what, strna(arg_root_fstype), strempty(combined_options)); + log_debug("Found entry what=%s where=/sysroot type=%s opts=%s", what, strna(fstype), strempty(combined_options)); /* Only honor x-systemd.makefs and .validatefs here, others are not relevant in initrd/not used * at all (also see mandatory_mount_drop_unapplicable_options()) */