Changeset 54816 in vbox
- Timestamp:
- Mar 17, 2015 4:38:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostDnsService.cpp
r54814 r54816 340 340 HostDnsInformation *old = m->info; 341 341 342 // LogRel(("HostDnsMonitorProxy: Host's DNS information updated:\n"));343 // dumpHostDnsInformation(*info);344 345 342 m->info = info; 346 343 if (old) 347 344 { 348 // LogRel(("HostDnsMonitorProxy: Old host information:\n"));349 // dumpHostDnsInformation(*old);350 351 345 delete old; 352 346 }
Note:
See TracChangeset
for help on using the changeset viewer.