msm: ipa: using debug logging instead of error logging
Adding code changes to controlling logs printing on the console changing error logging to debug logging Change-Id: I35f4c0e3380ad700899808d9cd6c260befb8be8f Acked-by: Ashok Vuyyuru <avuyyuru@qti.qualcomm.com> Signed-off-by: Mohammed Javid <mjavid@codeaurora.org>
This commit is contained in:
parent
d1507b1236
commit
f01d00d213
2 changed files with 2 additions and 2 deletions
|
@ -2871,7 +2871,7 @@ int rmnet_ipa_query_tethering_stats_modem(
|
|||
if (reset) {
|
||||
req->reset_stats_valid = true;
|
||||
req->reset_stats = true;
|
||||
IPAWANERR("reset the pipe stats\n");
|
||||
IPAWANDBG("reset the pipe stats\n");
|
||||
} else {
|
||||
/* print tethered-client enum */
|
||||
IPAWANDBG("Tethered-client enum(%d)\n", data->ipa_client);
|
||||
|
|
|
@ -3015,7 +3015,7 @@ static int rmnet_ipa3_query_tethering_stats_modem(
|
|||
if (reset) {
|
||||
req->reset_stats_valid = true;
|
||||
req->reset_stats = true;
|
||||
IPAWANERR("reset the pipe stats\n");
|
||||
IPAWANDBG("reset the pipe stats\n");
|
||||
} else {
|
||||
/* print tethered-client enum */
|
||||
IPAWANDBG("Tethered-client enum(%d)\n", data->ipa_client);
|
||||
|
|
Loading…
Add table
Reference in a new issue