0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 19:58:53 +02:00

ircd::client: Improve log message.

This commit is contained in:
Jason Volk 2018-12-19 17:06:30 -08:00
parent 009979a544
commit c1779fbf0d

View file

@ -425,9 +425,8 @@ catch(const std::exception &e)
{ {
log::derror log::derror
{ {
client::log, "socket(%p) client(%p) (below main) :%s", client::log, "%s (below main) :%s",
client->sock.get(), client->loghead(),
client.get(),
e.what() e.what()
}; };
} }