Daniel Gibbs 10 years ago
parent
commit
a2a8208fe7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lgsm/functions/core_exit.sh

+ 1 - 1
lgsm/functions/core_exit.sh

@@ -14,7 +14,7 @@ if [ -n "${exitcode}" ]&&[ "${exitcode}" != "0" ]; then
 	elif [ "${exitcode}" == "3" ]; then
 	elif [ "${exitcode}" == "3" ]; then
 		fn_script_log_warn "Exiting with code: ${exitcode}"
 		fn_script_log_warn "Exiting with code: ${exitcode}"
 	else
 	else
-		fn_script_log "Exiting with code: ${exitcode}"
+		fn_script_log_warn "Exiting with code: ${exitcode}"
 	fi
 	fi
 	exit ${exitcode}
 	exit ${exitcode}
 else
 else