mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
ircd::server: Improve peer unavailable error messages.
This commit is contained in:
parent
694b90b04e
commit
eaff4ccac5
1 changed files with 3 additions and 1 deletions
|
@ -706,7 +706,9 @@ try
|
|||
if(!err_check() || unlikely(ircd::run::level != ircd::run::level::RUN))
|
||||
throw unavailable
|
||||
{
|
||||
"Peer is unable to take any requests :%s", err_msg()
|
||||
"Peer %s is unable to take any requests :%s",
|
||||
hostcanon,
|
||||
err_msg()
|
||||
};
|
||||
|
||||
link *const ret
|
||||
|
|
Loading…
Reference in a new issue