1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-08 20:58:20 +03:00

fstab-generator: extend logging a bit

This commit is contained in:
Lennart Poettering 2021-03-27 13:47:04 +01:00
parent 29a24ab28e
commit e19ae92af6

View File

@ -721,7 +721,7 @@ static int add_sysroot_mount(void) {
else
opts = arg_root_options;
log_debug("Found entry what=%s where=/sysroot type=%s", what, strna(arg_root_fstype));
log_debug("Found entry what=%s where=/sysroot type=%s opts=%s", what, strna(arg_root_fstype), strempty(opts));
if (is_device_path(what)) {
r = generator_write_initrd_root_device_deps(arg_dest, what);