mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 08:12:37 +01:00
ircd:Ⓜ️:homeserver::bootstrap: Fix redundant message prepend during error propagation.
This commit is contained in:
parent
92b3ba4643
commit
038bb33576
1 changed files with 1 additions and 3 deletions
|
@ -395,9 +395,7 @@ catch(const std::exception &e)
|
|||
{
|
||||
throw ircd::error
|
||||
{
|
||||
"bootstrap %s :%s",
|
||||
server_name(homeserver),
|
||||
e.what(),
|
||||
ircd::error::hide_name, "%s", e.what(),
|
||||
};
|
||||
}
|
||||
catch(const ctx::terminated &)
|
||||
|
|
Loading…
Reference in a new issue