diff options
| author | fengweihao <[email protected]> | 2023-04-07 14:42:54 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2023-04-07 14:42:54 +0800 |
| commit | 871c28af413db7d26cde0c8be3363533161ad8b1 (patch) | |
| tree | 07e1f375b758da81003a9c12c8af613005511483 /platform/src/verify_policy.cpp | |
| parent | 57e21ab6d01922c9fb50e6dde1d4f7f3c212c21c (diff) | |
TSG-14586 策略验证异常重启v3.0.3-20230407
Diffstat (limited to 'platform/src/verify_policy.cpp')
| -rw-r--r-- | platform/src/verify_policy.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/src/verify_policy.cpp b/platform/src/verify_policy.cpp index 45a8957..99c1807 100644 --- a/platform/src/verify_policy.cpp +++ b/platform/src/verify_policy.cpp @@ -395,8 +395,7 @@ cJSON *get_query_from_request(const char *data, int thread_id) { verify_policy->vsys_id = item->valueint; } - mesa_runtime_log(RLOG_LV_DEBUG, "[I] vsysId= %d", verify_policy->vsys_id); - + mesa_runtime_log(RLOG_LV_DEBUG, " [I] vsysId= %d", verify_policy->vsys_id); item = cJSON_GetObjectItem(subitem,"verifySession"); if(item == NULL || item->type!=cJSON_Object) { |
