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:
parent
963853ee10
commit
3ef23fd86b
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue