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:
parent
29a24ab28e
commit
e19ae92af6
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user