Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d69526f7 authored by Mohammed Javid's avatar Mohammed Javid Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarAshok Vuyyuru <avuyyuru@qti.qualcomm.com>
Signed-off-by: default avatarMohammed Javid <mjavid@codeaurora.org>
parent 17e77f21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);