More debug

This commit is contained in:
Tony Garnock-Jones 2012-02-17 20:28:26 -05:00
parent 79254cc7f4
commit bee10f5cdd
1 changed files with 2 additions and 0 deletions

View File

@ -197,6 +197,8 @@
(match w
[(question-state _ q _ _ 20) ;; TODO: is this a sensible limit?
;; Too many retries, i.e. too many referrals.
(begin (write `(Too many retries ,w))
(newline))
(send-empty-reply w q)]
[(question-state zone q client-sock nameservers-tried old-retry-count)
;; Credit remaining. Try once more (perhaps for the first time, in fact).