From f3802619166f182f737aaa6d44dcb0b697ec3be3 Mon Sep 17 00:00:00 2001 From: luwenpeng Date: Thu, 9 Mar 2023 10:34:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E6=9E=90SF=20Profile=E6=97=B6?= =?UTF-8?q?=E8=BE=93=E5=87=BAdevice=5Fgroup=E5=88=B0=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/src/policy.cpp | 1 + 1 file changed, 1 insertion(+) 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)