0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 08:13:46 +02: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'
};
//