0
0
Fork 0
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:
Jason Volk 2019-08-23 17:59:14 -07:00
parent 324db44678
commit a43804b88c

View file

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