aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-10-29 00:05:26 +0200
committerKim Alvefur <zash@zash.se>2017-10-29 00:05:26 +0200
commit8bdde46dfd3b858f723219f8627951b90ff82a05 (patch)
tree49e1d87fe8f3d27d2dd4a96982873c2f89c36626 /core
parente2a3d500049d4b7616388bf6f6cf94a51283a459 (diff)
downloadprosody-8bdde46dfd3b858f723219f8627951b90ff82a05.tar.gz
prosody-8bdde46dfd3b858f723219f8627951b90ff82a05.zip
rostermanager: Capitalize log message
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 ac5104c3..32de3a54 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("warn", "Roster for %s had a self-contact, removing", jid);
roster_store:set(username, roster);
end
if not err then