Replace the log with MTRACE

The log "Do not drop beacon and probe response - Missed beacon scenario"
prints excessvily and leads to WD bark.replace the log with MTRACE

Change-Id: I4f79379f93bde394c8629689d679ffc6fc869cd4
CRs-fixed: 454235, 456424
diff --git a/CORE/MAC/src/pe/lim/limApi.c b/CORE/MAC/src/pe/lim/limApi.c
index a7445f1..98f6272 100644
--- a/CORE/MAC/src/pe/lim/limApi.c
+++ b/CORE/MAC/src/pe/lim/limApi.c
@@ -2091,8 +2091,8 @@
     {
         if(pMac->pmm.inMissedBeaconScenario)
         {
-           PELOGE(limLog(pMac, LOGE, FL("Do not drop beacon and probe response - Missed beacon scenario"));)
-           return eMGMT_DROP_NO_DROP;
+            MTRACE(macTrace(pMac, TRACE_CODE_INFO_LOG, 0, eLOG_NODROP_MISSED_BEACON_SCENARIO));
+            return eMGMT_DROP_NO_DROP;
         }
         if (limIsSystemInScanState(pMac))
         {