0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-19 19:33:45 +02:00

modules/m_direct_to_device: Move infolog message to debuglog.

This commit is contained in:
Jason Volk 2020-10-28 00:11:22 -07:00
parent 1e1f4982fa
commit 8f5b4704be

View file

@ -114,9 +114,10 @@ try
{ "content", message },
});
log::info
log::logf
{
m::log, "%s sent '%s' to %s device '%s' (%zu bytes)",
m::log, log::level::DEBUG,
"%s sent '%s' to %s device '%s' (%zu bytes)",
at<"sender"_>(edu),
at<"type"_>(edu),
string_view{user_id},