abh / geodns

DNS server with per-client targeted responses
Apache License 2.0
1.39k stars 193 forks source link

use log.Printf* instead of fmt.Printf* #5

Closed miekg closed 12 years ago

miekg commented 12 years ago

Pro-tip: start using log. The sooner the better and you can leave all those log.Printf* in there. I think hooking up syslog is possible, but I haven't done that (yet)

abh commented 12 years ago

Thanks; I didn't realize how trivial that was to change.