Forráskód Böngészése

qcacld-3.0: Correct log level for wma_open

Change log level to info that is not critical.

Change-Id: I8bcd5a6c9655a15c8b8087d7fffc126601469838
CRs-Fixed: 3650057
Chaoli Zhou 1 éve
szülő
commit
5901c58fda
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      core/wma/src/wma_main.c

+ 1 - 1
core/wma/src/wma_main.c

@@ -3573,7 +3573,7 @@ QDF_STATUS wma_open(struct wlan_objmgr_psoc *psoc,
 	target_if_register_legacy_service_ready_cb(
 					wma_legacy_service_ready_event_handler);
 
-	wma_nofl_alert("WMA --> wmi_unified_attach - success");
+	wma_info("WMA --> wmi_unified_attach - success");
 
 	/* store the wmi handle in tgt_if_handle */
 	tgt_psoc_info = wlan_psoc_get_tgt_if_handle(psoc);