fixed typo

This commit is contained in:
Christoph Klaffl 2018-07-26 21:53:56 +02:00
parent 2224866da6
commit e85c375bbe
No known key found for this signature in database
GPG Key ID: FC1C525C2A47CC28
1 changed files with 1 additions and 1 deletions

View File

@ -863,7 +863,7 @@ sub pruneoldsyncsnaps {
$prunecmd = escapeshellparam($prunecmd);
}
system("$rhost $prunecmd") == 0
or warn "CRITICAL ERROR: $rhost $prunecmd failed: $?";
or warn "WARNING: $rhost $prunecmd failed: $?";
$prunecmd = '';
$counter = 0;
}