From e40cddfb9605b0a8cb3bbc2decebfc45a3d123b1 Mon Sep 17 00:00:00 2001 From: hayao Date: Sun, 4 Oct 2020 11:37:59 +0900 Subject: [PATCH] [fix] : Debug message label --- allarch.sh | 2 +- build.sh | 2 +- tools/fullbuild.sh | 2 +- tools/keyring.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/allarch.sh b/allarch.sh index 08622716..2b70c6df 100755 --- a/allarch.sh +++ b/allarch.sh @@ -63,7 +63,7 @@ msg_debug() { local _msg_opts="-a build.sh" [[ "${msgdebug}" = true ]] && _msg_opts="${_msg_opts} -x" [[ "${nocolor}" = true ]] && _msg_opts="${_msg_opts} -n" - "${script_path}/tools/msg.sh" ${_msg_opts} info "${@}" + "${script_path}/tools/msg.sh" ${_msg_opts} debug "${@}" fi } diff --git a/build.sh b/build.sh index d87f509d..92c5fa4c 100755 --- a/build.sh +++ b/build.sh @@ -75,7 +75,7 @@ msg_debug() { fi [[ "${msgdebug}" = true ]] && _msg_opts="${_msg_opts} -x" [[ "${nocolor}" = true ]] && _msg_opts="${_msg_opts} -n" - "${script_path}/tools/msg.sh" ${_msg_opts} info "${1}" + "${script_path}/tools/msg.sh" ${_msg_opts} debug "${1}" fi } diff --git a/tools/fullbuild.sh b/tools/fullbuild.sh index 79ba709c..919cf121 100755 --- a/tools/fullbuild.sh +++ b/tools/fullbuild.sh @@ -58,7 +58,7 @@ msg_debug() { _msg_opts="${_msg_opts} -o -n" shift 1 fi - "${script_path}/tools/msg.sh" ${_msg_opts} info "${1}" + "${script_path}/tools/msg.sh" ${_msg_opts} debug "${1}" fi } diff --git a/tools/keyring.sh b/tools/keyring.sh index 5a95850f..cb72cd6e 100755 --- a/tools/keyring.sh +++ b/tools/keyring.sh @@ -111,7 +111,7 @@ msg_debug() { _msg_opts="${_msg_opts} -o -n" shift 1 fi - "${script_path}/tools/msg.sh" ${_msg_opts} info "${1}" + "${script_path}/tools/msg.sh" ${_msg_opts} debug "${1}" fi } -- 2.11.0