0
0
Fork 0
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:
Jason Volk 2019-07-26 15:24:17 -07:00
parent 839951752e
commit 6993bbfeb8

View file

@ -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(),