解析SF Profile时输出device_group到日志文件中
This commit is contained in:
@@ -757,6 +757,7 @@ static void sf_param_new_cb(int table_id, const char *key, const char *table_lin
|
|||||||
param->sf_profile_id = atoi(key);
|
param->sf_profile_id = atoi(key);
|
||||||
param->sf_ref_cnt = 1;
|
param->sf_ref_cnt = 1;
|
||||||
memcpy(param->sf_device_group, device_group, strlen(device_group));
|
memcpy(param->sf_device_group, device_group, strlen(device_group));
|
||||||
|
LOG_DEBUG("%s: parse sf profile: %d, device_group: %s", LOG_TAG_POLICY, param->sf_profile_id, param->sf_device_group);
|
||||||
|
|
||||||
// admin_status
|
// admin_status
|
||||||
switch (admin_status)
|
switch (admin_status)
|
||||||
|
|||||||
Reference in New Issue
Block a user