diff --git a/model/network/wifi/core/components/eapol/eapol.c b/model/network/wifi/core/components/eapol/eapol.c index 43811b2258684611f5b394a874617f0e8a90a045..3ae3e8b9184461002e9e8f2e2851a1bbe9b70b64 100644 --- a/model/network/wifi/core/components/eapol/eapol.c +++ b/model/network/wifi/core/components/eapol/eapol.c @@ -241,7 +241,7 @@ void DestroyEapolData(struct NetDevice *netDevice) NetBufQueueClear(&eapolData->eapolQueue); OsalMemFree(eapolData); netDevice->specialProcPriv = NULL; - HDF_LOGE("%s success!", __func__); + HDF_LOGI("%s success!", __func__); return; }