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.
Dependencies: DataStore JobScheduler NetworkServices W5500Interface nanopb protocol
Diff: source/netstack.cpp
- Revision:
- 4:b360d4f0bf34
- Parent:
- 2:661c545d718e
- Child:
- 5:8972e5de8b8c
--- a/source/netstack.cpp Thu Jul 13 21:01:56 2017 +0000
+++ b/source/netstack.cpp Fri Jul 14 00:13:32 2017 +0000
@@ -77,7 +77,7 @@
tr_error("error adding DNS entry: %d", nsErr);
return NULL;
}
- tr_info("DNS IP: %s", dns_sa.get_ip_address());
+ tr_debug("DNS IP: %s", dns_sa.get_ip_address());
// SocketAddress coap_sa;
// nsErr = nsapi_dns_query(ð, "coap.me", &coap_sa, NSAPI_IPv4);