print found backup disk

This commit is contained in:
timeshifter
2021-11-25 19:55:06 +01:00
parent 647e0e2ae8
commit 540d56f26a
+1
View File
@@ -217,6 +217,7 @@ class ExternalPool(Pool):
for pool_name, disk_uuid in backup_pools.items():
if str(disk_uuid) in present_uuids:
disk = Disk(disk_uuid, pool_name)
print(f"Found disk {pool_name}, {disk_uuid}")
return cls(pool_name, disk)
else:
print("Could not find a backup drive")