chore: reword log message

This commit is contained in:
aclist 2025-09-10 16:39:43 +09:00
parent c40d767dcc
commit da6cc9c5c3

View File

@ -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