Fix the log spamming in lim_process_auth_frame_no_session Change-Id: Ibbe9b2482b064f3814cb5a664792177b112557f0 CRs-Fixed: 2051360
@@ -1399,7 +1399,7 @@ tSirRetStatus lim_process_auth_frame_no_session(tpAniSirGlobal pMac, uint8_t *pB
}
if (psessionEntry == NULL) {
- pe_err("Error: Unable to find session id while in pre-auth phase for FT");
+ pe_debug("cannot find session id in FT pre-auth phase");
return eSIR_FAILURE;