file restore: log which filesystems we support

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-04-29 15:24:45 +02:00
parent 18210d8958
commit 6b1da1c166

View File

@ -115,6 +115,8 @@ impl Filesystems {
}
}
info!("Supported FS: {}", supported_fs.join(", "));
Ok(Self { supported_fs })
}