mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 16:46:50 +01:00
ircd:Ⓜ️ Downgrade critical log msg.
This commit is contained in:
parent
324db44678
commit
a43804b88c
1 changed files with 2 additions and 2 deletions
|
@ -2902,9 +2902,9 @@ noexcept try
|
|||
}
|
||||
catch(const std::exception &e)
|
||||
{
|
||||
log::critical
|
||||
log::error
|
||||
{
|
||||
"m::check_id() unexpected :%s", e.what()
|
||||
"m::check_id() :%s", e.what()
|
||||
};
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue