qcacmn: Add context to the logs

Logs without meaningful message or values serves no purpose in debugging.
Hence, add more context to the logs.

Change-Id: Ia463d239a9bf26f292a11bcc71cb1379374c45e4
CRs-Fixed: 3492593
This commit is contained in:
Srinivas Girigowda
2023-05-01 19:40:51 -07:00
committad av Rahul Choudhary
förälder 4f720afb5e
incheckning 6eaf41462a
9 ändrade filer med 30 tillägg och 25 borttagningar

Visa fil

@@ -5119,7 +5119,7 @@ dp_accumulate_tid_stats(struct dp_pdev *pdev, uint8_t tid,
break;
}
default:
qdf_err("Invalid stats type");
qdf_err("Invalid stats type: %d", type);
break;
}
}