aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2010-12-03 01:03:52 +0500
committerWaqas Hussain <waqas20@gmail.com>2010-12-03 01:03:52 +0500
commit00171e2bb53e081c5126a080119bfbf5ccb5f805 (patch)
treedb67ce16bd2bebb6bf0c6c74ef1738912b88679e /util
parent8ed206d1d111517e59baa0054424bb633e2e5349 (diff)
downloadprosody-00171e2bb53e081c5126a080119bfbf5ccb5f805.tar.gz
prosody-00171e2bb53e081c5126a080119bfbf5ccb5f805.zip
util.xmppstream: Fix logger name.
Diffstat (limited to 'util')
-rw-r--r--util/xmppstream.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xmppstream.lua b/util/xmppstream.lua
index 29095e41..90580ff2 100644
--- a/util/xmppstream.lua
+++ b/util/xmppstream.lua
@@ -14,7 +14,7 @@ local tostring = tostring;
local t_insert = table.insert;
local t_concat = table.concat;
-local default_log = require "util.logger".init("xmlhandlers");
+local default_log = require "util.logger".init("xmppstream");
local error = error;