From a2a8208fe7b6c0192af1fed1e6b7e93cb1ef83e3 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 26 Jun 2016 18:02:02 +0100 Subject: [PATCH] warn --- lgsm/functions/core_exit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/core_exit.sh b/lgsm/functions/core_exit.sh index 27ad162d8..9704b0115 100644 --- a/lgsm/functions/core_exit.sh +++ b/lgsm/functions/core_exit.sh @@ -14,7 +14,7 @@ if [ -n "${exitcode}" ]&&[ "${exitcode}" != "0" ]; then elif [ "${exitcode}" == "3" ]; then fn_script_log_warn "Exiting with code: ${exitcode}" else - fn_script_log "Exiting with code: ${exitcode}" + fn_script_log_warn "Exiting with code: ${exitcode}" fi exit ${exitcode} else