wlan: Decreasing the priority of unnecessary logs observed during loading/unloading wlan module

Removed unnecessary logs which were observed when starting/turning off
wifi.

Change-Id: I9fdbf75a2cf31a16c5e402ab1bda978648cbd83d
CR-Fixed: NA
diff --git a/CORE/MAC/src/pe/lim/limProcessMessageQueue.c b/CORE/MAC/src/pe/lim/limProcessMessageQueue.c
index cee6a61..17c0327 100644
--- a/CORE/MAC/src/pe/lim/limProcessMessageQueue.c
+++ b/CORE/MAC/src/pe/lim/limProcessMessageQueue.c
@@ -1003,7 +1003,7 @@
      * SME should send WNI_CFG_BACKGROUND_SCAN_PERIOD indication 
      * to start the background scan again
      */
-    PELOGE(limLog(pMac, LOGE, FL("Processing AbortScan Ind\n"));)
+    PELOG2(limLog(pMac, LOG2, FL("Processing AbortScan Ind"));)
 
     limAbortBackgroundScan(pMac);