debug pipeline

This commit is contained in:
Suvendhu Hansa 2025-08-07 19:59:13 +05:30
parent ce1c11e561
commit b8e94dd985

View file

@ -679,6 +679,10 @@ static void ubus_set_value_callback(struct ubus_request *req, int type __attribu
if (msg == NULL || req == NULL) if (msg == NULL || req == NULL)
return; 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 setm_values_res *result = (struct setm_values_res *)req->priv;
struct blob_attr *parameters = get_results_array(msg); struct blob_attr *parameters = get_results_array(msg);