diff --git a/syncoid b/syncoid index f53aee4..8be70e5 100755 --- a/syncoid +++ b/syncoid @@ -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; }