diff options
Diffstat (limited to 'handlers')
| -rw-r--r-- | handlers/rdiff.in | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/handlers/rdiff.in b/handlers/rdiff.in index c2f5aa0..c3c8d1d 100644 --- a/handlers/rdiff.in +++ b/handlers/rdiff.in @@ -271,8 +271,8 @@ if [ $test = 0 ]; then        debug $output        info "Successfully finished backing up source $label"     else -      warning $output -      warning "Failed backup up source $label" +      error $output +      fatal "Failed backup up source $label"     fi  fi  | 
