Daniel Gibbs %!s(int64=10) %!d(string=hai) anos
pai
achega
a2a8208fe7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 		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