aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/rostermanager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/rostermanager.lua b/core/rostermanager.lua
index 32de3a54..6acc1003 100644
--- a/core/rostermanager.lua
+++ b/core/rostermanager.lua
@@ -115,7 +115,7 @@ local function load_roster(username, host)
roster_metadata(roster, err);
if roster[jid] then
roster[jid] = nil;
- log("warn", "Roster for %s had a self-contact, removing", jid);
+ log("debug", "Roster for %s had a self-contact, removing", jid);
roster_store:set(username, roster);
end
if not err then