prima: Change log level to VOS_TRACE_LEVEL_DEBUG

Change the log level to VOS_TRACE_LEVEL_DEBUG in
WLANTL_RxFrames() to avoid excessive logging.

Change-Id: I808263b28267b100afdeda58c9deae493b0d5292
CRs-Fixed: 2317541
diff --git a/CORE/TL/src/wlan_qct_tl.c b/CORE/TL/src/wlan_qct_tl.c
index c5281fd..2ddf3a8 100644
--- a/CORE/TL/src/wlan_qct_tl.c
+++ b/CORE/TL/src/wlan_qct_tl.c
@@ -6639,7 +6639,7 @@
               }
               else
               {
-                  VOS_TRACE(VOS_MODULE_ID_TL, VOS_TRACE_LEVEL_ERROR,
+                  VOS_TRACE(VOS_MODULE_ID_TL, VOS_TRACE_LEVEL_DEBUG,
                             "staId %d doesn't exist"
                             " but mapped to AP staId %d PN:[0x%llX]",
                             ucSTAId, ucAddr3STAId, pn_num);