0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-29 15:28:20 +02:00

ircd::server: Show response code in tag completion debug log msg.

This commit is contained in:
Jason Volk 2019-03-25 09:40:18 -07:00
parent d149c540f4
commit c5088c3af2

View file

@ -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,