From da6cc9c5c3d6dc68c8b30861a47048ebd70cf68c Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Wed, 10 Sep 2025 16:39:43 +0900 Subject: [PATCH] chore: reword log message --- helpers/funcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/funcs b/helpers/funcs index bf6fe5b..b654040 100755 --- a/helpers/funcs +++ b/helpers/funcs @@ -1778,7 +1778,7 @@ foreground(){ } main(){ local params="$(printf '"%s", ' "$@")" - logger INFO "Received request from UI constructor with params [${params::-2}]" + logger INFO "Received request from UI with params [${params::-2}]" func=${funcs["$1"]} [[ -z $func ]] && return 1 if [[ -z $2 ]]; then