Add debug output for the getaddrinfo based DNS lookup driver.

This commit is contained in:
Sönke Ludwig 2017-01-23 12:17:53 +01:00
parent e55e23368a
commit e72b071057
2 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,7 @@
/++ dub.sdl:
name "test"
dependency "eventcore" path=".."
debugVersions "EventCoreLogDNS"
+/
module test;