mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
modules/m_presence: Upgrade presence spam log to DWARNING since apparently post-1.0 era now.
This commit is contained in:
parent
cef538fdf3
commit
87fb5a771e
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ try
|
|||
|
||||
if(!useful)
|
||||
{
|
||||
log::debug
|
||||
log::dwarning
|
||||
{
|
||||
presence_log, "presence spam from %s %s is %s and %s %zd seconds ago",
|
||||
at<"origin"_>(event),
|
||||
|
|
Loading…
Reference in a new issue