From e85c375bbea636aa068bb3cd4add7d621568784c Mon Sep 17 00:00:00 2001 From: Christoph Klaffl Date: Thu, 26 Jul 2018 21:53:56 +0200 Subject: [PATCH] fixed typo --- syncoid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }