diff --git a/qcom/opensource/wlan/qcacld-3.0/components/wmi/src/wmi_unified_roam_tlv.c b/qcom/opensource/wlan/qcacld-3.0/components/wmi/src/wmi_unified_roam_tlv.c index 39203a7292..223c6bab08 100644 --- a/qcom/opensource/wlan/qcacld-3.0/components/wmi/src/wmi_unified_roam_tlv.c +++ b/qcom/opensource/wlan/qcacld-3.0/components/wmi/src/wmi_unified_roam_tlv.c @@ -4154,7 +4154,7 @@ free_keys: if (!key_alloc_buf[k]) continue; - wmi_err_rl("flush keybuf :%d, key is valid", flush_keybuf, + wmi_err_rl("flush keybuf :%d, key is valid :%d", flush_keybuf, key_alloc_buf[k]->valid); if (!flush_keybuf && key_alloc_buf[k]->valid) continue;