Merge "msm: ipa: using debug logging instead of error logging"

This commit is contained in:
Linux Build Service Account 2018-01-29 15:04:41 -08:00 committed by Gerrit - the friendly Code Review server
commit d994cfbf5e

View File

@ -3130,7 +3130,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);