mirror of
https://github.com/matrix-construct/construct
synced 2025-02-17 01:00:10 +01:00
ircd::server: Improve error message.
This commit is contained in:
parent
0d30c08c9f
commit
758ff8c4b7
1 changed files with 2 additions and 1 deletions
|
@ -4025,9 +4025,10 @@ const
|
|||
if(unlikely(empty(buffer)))
|
||||
throw buffer_overrun
|
||||
{
|
||||
"Chunk dynamic content buffer too small size:%zu content_read:%zu chunk_remaining:%zu",
|
||||
"Chunk dynamic content buffer too small content[size:%zu read:%zu] chunk[size:%zu remain:%zu]",
|
||||
size(content),
|
||||
state.content_read,
|
||||
state.chunk_length,
|
||||
chunk_remaining,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue