From c2db3a0c7d31116028b38b426a9b139d26cbc7e5 Mon Sep 17 00:00:00 2001 From: Eugene Grosbein Date: Mon, 3 Jun 2024 02:41:10 +0700 Subject: [PATCH] rc.subr(8): fix debugging message after previous commit Fixes: 32a579e4fc69a65e8901111ad5f65ec56a97dfab --- libexec/rc/rc.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rc/rc.subr b/libexec/rc/rc.subr index 9eead30790e2..2380d1aeabc3 100644 --- a/libexec/rc/rc.subr +++ b/libexec/rc/rc.subr @@ -1658,7 +1658,7 @@ _run_rc_offcmd() if [ -n "$_env" ]; then eval "export -- $_env" fi - debug "run_rc_command: ${rc_arg}_offcmd: $_offcmd $rc_extra_args" + debug "run_rc_command: ${name}_offcmd: $_offcmd $rc_extra_args" eval "$_offcmd $rc_extra_args" _return=$? fi