Should say udp

This commit is contained in:
Miek Gieben 2013-06-24 08:44:09 +00:00
parent 45640bc8bd
commit a04fe67042
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ func main() {
go func() {
err := dns.ListenAndServe(":8053", "udp", nil)
if err != nil {
log.Fatal("Failed to set tcp listener %s\n", err.Error())
log.Fatal("Failed to set udp listener %s\n", err.Error())
}
}()
sig := make(chan os.Signal)