diff --git a/platform/src/policy.cpp b/platform/src/policy.cpp index 5823806..fb45706 100644 --- a/platform/src/policy.cpp +++ b/platform/src/policy.cpp @@ -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)