Diff

core/rostermanager.lua @ 8359:467ca83e6c0e

rostermanager: Demote warning to debug message
author Kim Alvefur <zash@zash.se>
date Sun, 29 Oct 2017 00:06:26 +0200
parent 8358:f36ff1e0ff80
child 8360:3a72378c7479
line wrap: on
line diff
--- a/core/rostermanager.lua	Sun Oct 29 00:05:26 2017 +0200
+++ b/core/rostermanager.lua	Sun Oct 29 00:06:26 2017 +0200
@@ -115,7 +115,7 @@
 	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