mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 16:34:13 +01:00
modules/m_fetch: Fix incorrect log facility.
This commit is contained in:
parent
839951752e
commit
6993bbfeb8
1 changed files with 1 additions and 1 deletions
|
@ -687,7 +687,7 @@ catch(const std::exception &e)
|
||||||
{
|
{
|
||||||
log::error
|
log::error
|
||||||
{
|
{
|
||||||
m::log, "Failed to start any fetch for %s in %s :%s",
|
log, "Failed to start any fetch for %s in %s :%s",
|
||||||
string_view{event_id},
|
string_view{event_id},
|
||||||
string_view{room_id},
|
string_view{room_id},
|
||||||
e.what(),
|
e.what(),
|
||||||
|
|
Loading…
Reference in a new issue