Skip to content

Commit

Permalink
doh: m verbose log
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Oct 2, 2024
1 parent 0f8ee7e commit 1b3c80f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion intra/doh/doh.go
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,8 @@ func (t *transport) Query(network string, q *dns.Msg, smm *x.DNSSummary) (r *dns
if err != nil {
smm.Msg = err.Error()
}
log.V("doh: (p/px %s/%s); len(res): %d, data: %s, via: %s, err? %v", network, pid, xdns.Len(r), smm.RData, smm.RelayServer, err)
log.V("doh: (p/px %s/%s); len(res): %d, q: %s, data: %s, via: %s, err? %v",
network, pid, xdns.Len(r), smm.QName, smm.RData, smm.RelayServer, err)
return r, err
}

Expand Down

0 comments on commit 1b3c80f

Please sign in to comment.