diff --git a/src/bin/proxmox_restore_daemon/disk.rs b/src/bin/proxmox_restore_daemon/disk.rs index b0d5f72d..47c718f8 100644 --- a/src/bin/proxmox_restore_daemon/disk.rs +++ b/src/bin/proxmox_restore_daemon/disk.rs @@ -115,6 +115,8 @@ impl Filesystems { } } + info!("Supported FS: {}", supported_fs.join(", ")); + Ok(Self { supported_fs }) }