0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-11 06:28:55 +02:00

ircd::magick: Fix debug log msg missing facility.

This commit is contained in:
Jason Volk 2022-06-16 14:12:11 -07:00
parent bee829f4a0
commit 63191f736c

View file

@ -254,7 +254,7 @@ noexcept
{
log::debug
{
"Shutting down Magick Library..."
log, "Shutting down Magick Library..."
};
call_ready = false;