diff --git a/syncoid b/syncoid index 31ff757..ba8b341 100755 --- a/syncoid +++ b/syncoid @@ -879,7 +879,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; }