Another message skiped if livebackup isn't possible and offline is disabled

tags/virt-backup-0.2.12-1 0.2.6_el5
Daniel Berteaud 10 years ago
parent f30ec3d649
commit 384bcd4587
  1. 4
      virt-backup

@ -418,7 +418,9 @@ sub prepare_backup{
push (@disks, {source => $source, target => $target, type => 'file'});
}
}
print "Adding $source to the list of disks to be backed up\n" if ($opts{debug});
if ($opts{debug} && ($opts{livebackup} || $opts{offline})){
print "Adding $source to the list of disks to be backed up\n";
}
}
}

Loading…
Cancel
Save