Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: udp/dns/dnsquery.c
- Revision:
- 187:122fc1996c86
- Parent:
- 176:7eb916c22084
- Child:
- 193:47a953ab571b
--- a/udp/dns/dnsquery.c Sat Jan 16 18:34:32 2021 +0000
+++ b/udp/dns/dnsquery.c Mon Jan 18 18:23:46 2021 +0000
@@ -41,8 +41,8 @@
LogTimeF("DnsQuery reaped ongoing request for record type ");
DnsRecordTypeLog(_RecordType);
if (DnsQueryName[0]) { LogF(" name '%s'", DnsQueryName); }
- if (DnsQueryIp4) { Log(" address "); Ip4AddressLog(DnsQueryIp4); }
- if (DnsQueryIp6[0]) { Log(" address "); Ip6AddrLog (DnsQueryIp6); }
+ if (DnsQueryIp4) { Log(" address "); Ip4AddrLog(DnsQueryIp4); }
+ if (DnsQueryIp6[0]) { Log(" address "); Ip6AddrLog(DnsQueryIp6); }
Log(" using ");
DnsProtocolLog(_DnsProtocol);
Log(" over ");
@@ -137,7 +137,7 @@
Log(" ");
if (DnsQueryIp4) //Reverse
{
- Ip4AddressLog(DnsQueryIp4);
+ Ip4AddrLog(DnsQueryIp4);
}
else if (DnsQueryIp6[0])
{