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:
Mohammed Javid 2018-01-03 17:29:57 +05:30 committed by Gerrit - the friendly Code Review server
parent d1507b1236
commit f01d00d213
2 changed files with 2 additions and 2 deletions

View file

@ -2871,7 +2871,7 @@ int rmnet_ipa_query_tethering_stats_modem(
if (reset) { if (reset) {
req->reset_stats_valid = true; req->reset_stats_valid = true;
req->reset_stats = true; req->reset_stats = true;
IPAWANERR("reset the pipe stats\n"); IPAWANDBG("reset the pipe stats\n");
} else { } else {
/* print tethered-client enum */ /* print tethered-client enum */
IPAWANDBG("Tethered-client enum(%d)\n", data->ipa_client); IPAWANDBG("Tethered-client enum(%d)\n", data->ipa_client);

View file

@ -3015,7 +3015,7 @@ static int rmnet_ipa3_query_tethering_stats_modem(
if (reset) { if (reset) {
req->reset_stats_valid = true; req->reset_stats_valid = true;
req->reset_stats = true; req->reset_stats = true;
IPAWANERR("reset the pipe stats\n"); IPAWANDBG("reset the pipe stats\n");
} else { } else {
/* print tethered-client enum */ /* print tethered-client enum */
IPAWANDBG("Tethered-client enum(%d)\n", data->ipa_client); IPAWANDBG("Tethered-client enum(%d)\n", data->ipa_client);