Remove redundant debug statement

Thanks to Thomas Wagner wagner-thomas@gmx.at
tags/virt-backup-0.2.23-1
Daniel Berteaud 4 years ago
parent fc764cd421
commit f1704bb46d
  1. 1
      virt-backup

@ -238,7 +238,6 @@ print "\n" if ($opts{debug});
# Acquire an exclusive lock so we can ensure only one copy
# of virt-backup can run at a time
print "Trying to acquire an exclusive lock\n" if ($opts{debug});
my $locker = LockFile::Simple->make(
-max => 180,

Loading…
Cancel
Save