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

modules/federation/sender: Remove incorrect call to panicking(); log and stop propagation.

This commit is contained in:
Jason Volk 2020-04-25 17:11:15 -07:00
parent f9df9bfbda
commit 42f952a438

View file

@ -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