From b876624d302254d1c4378a1381a048b3339f0fbd Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Wed, 15 Sep 2021 15:39:15 -0700 Subject: [PATCH] qcacld-3.0: Change log level of ns offload print Change the failed to cache ns request log level from error to debug. Change-Id: Idc5799f41d831c238efd6061e1363a9fd58b63c5 CRs-Fixed: 3037768 --- core/hdd/src/wlan_hdd_power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hdd/src/wlan_hdd_power.c b/core/hdd/src/wlan_hdd_power.c index 498c3f89ab..68bd8f21b8 100644 --- a/core/hdd/src/wlan_hdd_power.c +++ b/core/hdd/src/wlan_hdd_power.c @@ -613,7 +613,7 @@ void hdd_enable_ns_offload(struct hdd_adapter *adapter, /* enable ns request */ status = ucfg_pmo_enable_ns_offload_in_fwr(vdev, trigger); if (QDF_IS_STATUS_ERROR(status)) { - hdd_err("Failed to enable ns offload; status:%d", status); + hdd_debug("Failed to enable ns offload; status:%d", status); goto put_vdev; }