解析SF Profile时输出device_group到日志文件中

This commit is contained in:
luwenpeng
2023-03-09 10:34:29 +08:00
parent 0f0c73981c
commit f380261916

View File

@@ -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_ref_cnt = 1;
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
switch (admin_status)