Remove redundant debug statement

Thanks to Thomas Wagner wagner-thomas@gmx.at
This commit is contained in:
Daniel Berteaud 2020-04-14 08:21:46 +02:00
parent fc764cd421
commit f1704bb46d

View File

@ -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,