file restore: log which filesystems we support
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
18210d8958
commit
6b1da1c166
@ -115,6 +115,8 @@ impl Filesystems {
|
||||
}
|
||||
}
|
||||
|
||||
info!("Supported FS: {}", supported_fs.join(", "));
|
||||
|
||||
Ok(Self { supported_fs })
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user