mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 23:14:13 +01:00
modules/federation/sender: Remove incorrect call to panicking(); log and stop propagation.
This commit is contained in:
parent
f9df9bfbda
commit
42f952a438
1 changed files with 7 additions and 1 deletions
|
@ -482,7 +482,13 @@ try
|
|||
}
|
||||
catch(const std::exception &e)
|
||||
{
|
||||
ircd::panicking(e);
|
||||
log::critical
|
||||
{
|
||||
m::log, "Federation sender :recv worker unhandled :%s",
|
||||
e.what(),
|
||||
};
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
Loading…
Reference in a new issue