From 53d4e5c17ecb27dcec2b3a40a66e19a0b036caea Mon Sep 17 00:00:00 2001 From: yar Date: Mon, 2 Oct 2006 08:20:37 +0000 Subject: debug() shouldn't misidentify itself to logger(1). Noticed by: David Thompson --- etc/rc.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc.subr b/etc/rc.subr index 36144cd..e5bf18d 100644 --- a/etc/rc.subr +++ b/etc/rc.subr @@ -1008,7 +1008,7 @@ debug() case ${rc_debug} in [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1) if [ -x /usr/bin/logger ]; then - logger "$0: INFO: $*" + logger "$0: DEBUG: $*" fi echo 1>&2 "$0: DEBUG: $*" ;; -- cgit v1.1