prima: Change log level to VOS_TRACE_LEVEL_DEBUG

Change the log level to VOS_TRACE_LEVEL_DEBUG in
WLANTL_GetFrames to avoid excessive logging.

Change-Id: I3d6d452249d0ddd5c080b80b0eb09f7a72665f32
CRs-Fixed: 2325576
diff --git a/CORE/TL/src/wlan_qct_tl.c b/CORE/TL/src/wlan_qct_tl.c
index 2ddf3a8..bc24d80 100644
--- a/CORE/TL/src/wlan_qct_tl.c
+++ b/CORE/TL/src/wlan_qct_tl.c
@@ -4900,7 +4900,7 @@
         {
            if ( ! WLANTL_STA_ID_INVALID( ucSTAId ) ) 
            {
-                TLLOGE(VOS_TRACE( VOS_MODULE_ID_TL, VOS_TRACE_LEVEL_ERROR,
+                TLLOGE(VOS_TRACE( VOS_MODULE_ID_TL, VOS_TRACE_LEVEL_DEBUG,
                   "WLAN TL:Not fetching frame because suspended for sta ID %d", 
                    ucSTAId));
            }