From b1d432e5fcdabfe5e5bbded8961eb7dfba48a5be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Thu, 26 Aug 2021 19:03:25 +0200 Subject: Implements logging tags, tag sets, and themes. subr/pkgtool_init.subr:pkgtoolp_init_args(): set ${BUILD_HNAME}. --- subr.rtl/rtl_platform.subr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'subr.rtl/rtl_platform.subr') diff --git a/subr.rtl/rtl_platform.subr b/subr.rtl/rtl_platform.subr index d510254a..af3365eb 100644 --- a/subr.rtl/rtl_platform.subr +++ b/subr.rtl/rtl_platform.subr @@ -86,9 +86,9 @@ rtl_rc() { local _nflag="${1}" _cmd="${2}"; shift 2; case "${_nflag}" in 1) if [ "${#}" -gt 0 ]; then - rtl_log_msg verbose "Command line: %s %s" "${_cmd}" "${*}"; + rtl_log_msg "verbose" "Command line: %s %s" "${_cmd}" "${*}"; else - rtl_log_msg verbose "Command line: %s" "${_cmd}"; + rtl_log_msg "verbose" "Command line: %s" "${_cmd}"; fi; ;; *) "${_cmd}" "${@}"; esac; -- cgit v1.2.3