mirror of
https://github.com/matrix-construct/construct
synced 2025-03-13 21:10:32 +01:00
modules/media: Fix log facility name.
This commit is contained in:
parent
c860646943
commit
327130ecb7
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ ircd::m::media::fini()
|
|||
decltype(media_log)
|
||||
media_log
|
||||
{
|
||||
"matrix.media"
|
||||
"m.media"
|
||||
};
|
||||
|
||||
decltype(media_blocks_cache_enable)
|
||||
|
|
Loading…
Add table
Reference in a new issue