From 170ce2624a98952e6eb871cd9915c7c1b76ab887 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 5 Jan 2021 17:11:01 -0600 Subject: typo fix --- sh/openrc-run.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/openrc-run.sh.in') diff --git a/sh/openrc-run.sh.in b/sh/openrc-run.sh.in index 06f46908..5c84af45 100644 --- a/sh/openrc-run.sh.in +++ b/sh/openrc-run.sh.in @@ -256,7 +256,7 @@ for _cmd; do # Apply any ulimit defined if [ -n "${rc_ulimit:-$RC_ULIMIT}" ]; then if ! ulimit ${rc_ulimit:-$RC_ULIMIT}; then - eerror "${RC_SVCNAME: unable to apply RC_ULIMIT settings" + eerror "${RC_SVCNAME}: unable to apply RC_ULIMIT settings" fi fi # Apply cgroups settings if defined -- cgit v1.2.3