procd: add a PROCD_DEBUG variable that will dump the ubus calls from init scripts...
[openwrt.git] / package / system / procd / files / procd.sh
index 9a37343484bcd31ebe1132612881521b00382ba0..c5dc3c65cb00ec8592fed7f59a15769b189e1490 100644 (file)
@@ -50,6 +50,7 @@ _procd_wrapper() {
 _procd_ubus_call() {
        local cmd="$1"
 
+       [ -n "$PROCD_DEBUG" ] && json_dump >&2
        ubus call service "$cmd" "$(json_dump)"
        json_cleanup
 }