mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
ircd::client: Improve log message.
This commit is contained in:
parent
009979a544
commit
c1779fbf0d
1 changed files with 2 additions and 3 deletions
|
@ -425,9 +425,8 @@ catch(const std::exception &e)
|
|||
{
|
||||
log::derror
|
||||
{
|
||||
client::log, "socket(%p) client(%p) (below main) :%s",
|
||||
client->sock.get(),
|
||||
client.get(),
|
||||
client::log, "%s (below main) :%s",
|
||||
client->loghead(),
|
||||
e.what()
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue