mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: reword log message
This commit is contained in:
parent
c40d767dcc
commit
da6cc9c5c3
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user