tree-wide: prefer api-type BackupDir for logging
in combination with DatastoreWithNamespace to not lose the namespace information. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
f15601f1c9
commit
1afce610c7
@ -28,7 +28,8 @@ fn run() -> Result<(), Error> {
|
||||
println!(" found group {}", group);
|
||||
|
||||
for snapshot in group.iter_snapshots()? {
|
||||
println!("\t{}", snapshot?);
|
||||
let snapshot = snapshot?;
|
||||
println!("\t{}", snapshot.dir());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user