0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 07:23:53 +01:00

modules/m_presence: Demote the log facility for this warning.

This commit is contained in:
Jason Volk 2018-04-09 14:20:13 -07:00
parent 963853ee10
commit 3ef23fd86b

View file

@ -76,7 +76,7 @@ handle_edu_m_presence_(const m::event &event,
if(user_id.host() != at<"origin"_>(event))
{
log::warning
log::dwarning
{
"Ignoring %s from %s for user %s",
at<"type"_>(event),