qcacld-3.0: Reduce the log level from warn to debug
Reduce the log level of logging from warn to debug which occurs during roaming. Change-Id: I623ce4f6ba9fa4a54e3b06c6833f4630f49d7f44 CRs-Fixed: 3449210
This commit is contained in:

committed by
Madan Koyyalamudi

parent
62e1835254
commit
68fdc5a00f
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -3130,7 +3130,7 @@ static QDF_STATUS sme_qos_process_ft_reassoc_req_ev(
|
||||
*/
|
||||
entry = csr_ll_peek_head(&sme_qos_cb.flow_list, false);
|
||||
if (!entry) {
|
||||
sme_warn("Flow List empty, nothing to update");
|
||||
sme_debug("Flow List empty, nothing to update");
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user