]> git.proxmox.com Git - pve-zsync.git/blobdiff - pve-zsync
cleanup: minor code deduplication
[pve-zsync.git] / pve-zsync
index 8d083ba93af3ad7dc5d1b844af5421f73abb145e..bf7189484c39aed79a895eae67157a3a9e2882a0 100644 (file)
--- a/pve-zsync
+++ b/pve-zsync
@@ -791,12 +791,9 @@ sub parse_disks {
                    last;
                }
            }
-           if (!defined($disk) || !defined($stor)) {
-               print "Disk: \"$line\" has no valid zfs dataset format and will not include in pve-sync\n";
-               next;
-           }
-       } else {
-           print "Disk: \"$line\" has no valid zfs dataset format and will not include in pve-sync\n";
+       }
+       if (!defined($disk) || !defined($stor)) {
+           print "Disk: \"$line\" has no valid zfs dataset format and will be skipped\n";
            next;
        }