0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-02 19:04:17 +01:00

ircd:Ⓜ️ Rename main log facility.

This commit is contained in:
Jason Volk 2019-08-03 16:25:43 -07:00
parent fa341c274e
commit beaa970176

View file

@ -11,7 +11,7 @@
decltype(ircd::m::log)
ircd::m::log
{
"matrix", 'm'
"m", 'm'
};
//