Skip to content
Snippets Groups Projects
Commit 1cdf2abc authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

silence exit code message unless --debug is used

parent 0ec7752d
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. ...@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- [core] silence exit code message unless --debug is used
## [1.2.0] - 2021-01-21 ## [1.2.0] - 2021-01-21
### Fixed ### Fixed
......
...@@ -376,8 +376,8 @@ function process_action() { ...@@ -376,8 +376,8 @@ function process_action() {
done done
) )
retcode=${PIPESTATUS[0]} retcode=${PIPESTATUS[0]}
debug "handler returned exit code $retcode"
echo_debug_msg=0 echo_debug_msg=0
debug "handler returned exit code $retcode"
else else
# a backup is probably ongoing already, so display an error message # a backup is probably ongoing already, so display an error message
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment