mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2025-12-10 07:44:41 +01:00
debug pipeline
This commit is contained in:
parent
ce1c11e561
commit
b8e94dd985
1 changed files with 4 additions and 0 deletions
|
|
@ -679,6 +679,10 @@ static void ubus_set_value_callback(struct ubus_request *req, int type __attribu
|
|||
if (msg == NULL || req == NULL)
|
||||
return;
|
||||
|
||||
char *str = blobmsg_format_json(msg, true);
|
||||
CWMP_LOG(INFO, "suv set reply: %s", str);
|
||||
free(str);
|
||||
|
||||
struct setm_values_res *result = (struct setm_values_res *)req->priv;
|
||||
struct blob_attr *parameters = get_results_array(msg);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue