Skip to content

Commit

Permalink
dot: m log
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Oct 20, 2024
1 parent 3ffc767 commit 5f8f0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intra/dns53/dot.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func (t *dot) fromPool(id uintptr) (c *dns.Conn) {
clos(pooled)
return
}
log.V("dot: pool: (%s) got conn from %v; %d", t.id, id)
log.V("dot: pool: (%s) got conn from %v", t.id, id)
return
}

Expand Down

0 comments on commit 5f8f0f2

Please sign in to comment.