mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-06 15:51:34 +00:00
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