Changeset 51642 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Jun 18, 2014 4:18:05 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp_dns.c
r50129 r51642 196 196 else if (pData->fUseDnsProxy == 0) { 197 197 /* We detects that using some address in 127/8 network */ 198 LogRel(("NAT: DNS server %RTnaipv4 registration detected, switching to the DNS proxy .\n", address->IPv4));198 LogRel(("NAT: DNS server %RTnaipv4 registration detected, switching to the DNS proxy\n", address->IPv4)); 199 199 pData->fUseDnsProxy = 1; 200 200 pData->fUseHostResolver = 0;
Note:
See TracChangeset
for help on using the changeset viewer.