mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
ircd::server: Show response code in tag completion debug log msg.
This commit is contained in:
parent
d149c540f4
commit
c5088c3af2
1 changed files with 2 additions and 1 deletions
|
@ -810,13 +810,14 @@ noexcept try
|
|||
{
|
||||
log::debug
|
||||
{
|
||||
log, "peer(%p) link(%p) tag(%p) [%s] done wt:%zu rt:%zu hr:%zu cr:%zu cl:%zu; %zu more in queue",
|
||||
log, "peer(%p) link(%p) tag(%p) [%s] => [%u] done wt:%zu rt:%zu hr:%zu cr:%zu cl:%zu; %zu more in queue",
|
||||
this,
|
||||
&link,
|
||||
&tag,
|
||||
tag.request?
|
||||
loghead(*tag.request):
|
||||
"<no request>"_sv,
|
||||
uint(tag.state.status),
|
||||
tag.write_size(),
|
||||
tag.read_size(),
|
||||
tag.state.head_read,
|
||||
|
|
Loading…
Reference in a new issue