mirror of
https://github.com/abh/geodns.git
synced 2026-04-26 19:35:51 +03:00
[GH-ISSUE #5] use log.Printf* instead of fmt.Printf* #147
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#147
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @miekg on GitHub (Aug 25, 2012).
Original GitHub issue: https://github.com/abh/geodns/issues/5
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 on GitHub (Aug 26, 2012):
Thanks; I didn't realize how trivial that was to change.