Prefix al panics with dns:

This commit is contained in:
Miek Gieben 2012-10-10 08:56:34 +02:00
parent 10a349423c
commit 017e4116f9
1 changed files with 1 additions and 1 deletions

2
xfr.go
View File

@ -171,7 +171,7 @@ func XfrSend(w ResponseWriter, q *Msg, c chan *XfrToken, e *error) error {
default:
return nil
}
panic("not reached")
panic("dns: not reached")
}
// TODO(mg): count the RRs and the resulting size.