mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
ircd::magick: Fix debug log msg missing facility.
This commit is contained in:
parent
bee829f4a0
commit
63191f736c
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ noexcept
|
|||
{
|
||||
log::debug
|
||||
{
|
||||
"Shutting down Magick Library..."
|
||||
log, "Shutting down Magick Library..."
|
||||
};
|
||||
|
||||
call_ready = false;
|
||||
|
|
Loading…
Reference in a new issue