Skip to content

Commit d4e90a1

Browse files
committed
doh: m pid in warn log
1 parent a00108f commit d4e90a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intra/doh/doh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ func (t *transport) multifetch(req *http.Request, pid string) (res *http.Respons
555555
} // continue if EOF
556556
cont = eof || uerr.Err == io.ErrUnexpectedEOF
557557
} // terminate if not EOF
558-
log.W("doh: fetch #%d (cont? %t); err: %v", i, cont, err)
558+
log.W("doh: fetch #%d (cont? %t) px: %s[%s]; err: %v", i, cont, pid, rpid, err)
559559
}
560560
}
561561
if !sent && err == nil { // should never happen

0 commit comments

Comments
 (0)