Skip to content

Commit

Permalink
Debug a class of test issues
Browse files Browse the repository at this point in the history
Centering around requests to resolve domains without recursion
  • Loading branch information
shadrick committed Nov 15, 2017
1 parent 8a975a4 commit 643479d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tenta-dns/responder/recursive_dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -1758,7 +1758,7 @@ func handleDNSMessage(loggy *logrus.Entry, provider, network string, rt *runtime

l = l.WithField("domain", r.Question[0].Name)
elogger := new(nlog.EventualLogger)
elogger.Queuef("%v -- STARTING NEW TOPLEVEL RESOLVE FOR [%s]", time.Now(), r.Question[0].Name)
elogger.Queuef("%v -- STARTING NEW TOPLEVEL RESOLVE FOR [%s][RecDesired - %v]", time.Now(), r.Question[0].Name, r.RecursionDesired)
qp := newQueryParam(r.Question[0].Name, r.Question[0].Qtype, l, elogger, provider)
qp.CDFlagSet = r.CheckingDisabled
resolveMethodToUse := resolveMethodRecursive
Expand Down

0 comments on commit 643479d

Please sign in to comment.