# HG changeset patch # User Kim Alvefur # Date 1509228326 -7200 # Node ID f36ff1e0ff8042de68b4ff998f656068c2adb294 # Parent 8b5d846dc66424e56abc28229cd3a5c9dc1d0f08 rostermanager: Capitalize log message diff -r 8b5d846dc664 -r f36ff1e0ff80 core/rostermanager.lua --- a/core/rostermanager.lua Tue Sep 19 19:17:23 2017 +0200 +++ b/core/rostermanager.lua Sun Oct 29 00:05: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("warn", "Roster for %s had a self-contact, removing", jid); roster_store:set(username, roster); end if not err then