mirror of
https://github.com/matrix-construct/construct
synced 2024-11-04 21:08:57 +01:00
ircd::client: Tweak log message format.
This commit is contained in:
parent
d65c22fd9f
commit
30d938530a
1 changed files with 2 additions and 2 deletions
|
@ -816,11 +816,11 @@ catch(const http::error &e)
|
|||
|
||||
log::derror
|
||||
{
|
||||
resource::log, "%s HTTP %u %s `%s' :%s",
|
||||
resource::log, "%s HTTP %u `%s' %s :%s",
|
||||
loghead(),
|
||||
uint(e.code),
|
||||
http::status(e.code),
|
||||
head.uri,
|
||||
http::status(e.code),
|
||||
e.content
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue