mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 16:34:13 +01:00
ircd::ctx: Make this a critical error.
This commit is contained in:
parent
bd37abb14b
commit
eaec5cb65e
1 changed files with 2 additions and 2 deletions
|
@ -251,9 +251,9 @@ try
|
|||
alarm.cancel();
|
||||
return true;
|
||||
}
|
||||
catch(const boost::system::system_error &e)
|
||||
catch(const std::exception &e)
|
||||
{
|
||||
log::error
|
||||
log::critical
|
||||
{
|
||||
log, "ctx::wake(%p): %s", this, e.what()
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue