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

Commit 3cdc364a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa3: Fix IPAWANDBG formatting errors"

parents d2e7a9f8 d387ca8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4842,7 +4842,7 @@ int rmnet_ipa3_query_per_client_stats_v2(
				lan_client[i].mac,
				IPA_MAC_ADDR_SIZE);

		IPAWANDBG("Client ipv4_tx_bytes = %lu, ipv4_rx_bytes = %lu\n",
		IPAWANDBG("Client ipv4_tx_bytes = %llu, ipv4_rx_bytes = %llu\n",
				data->client_info[i].ipv4_tx_bytes,
				data->client_info[i].ipv4_rx_bytes);