OSDN Git Service

[fix] : Debug message label
authorhayao <shun819.mail@gmail.com>
Sun, 4 Oct 2020 02:37:59 +0000 (11:37 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 4 Oct 2020 02:37:59 +0000 (11:37 +0900)
allarch.sh
build.sh
tools/fullbuild.sh
tools/keyring.sh

index 0862271..2b70c6d 100755 (executable)
@@ -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
 }
 
index d87f509..92c5fa4 100755 (executable)
--- 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
 }
 
index 79ba709..919cf12 100755 (executable)
@@ -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
 }
 
index 5a95850..cb72cd6 100755 (executable)
@@ -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
 }