From f79be6e7200bf197bb786b787abf1c09b6932681 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Fri, 3 Dec 2010 01:03:52 +0500 Subject: util.xmppstream: Fix logger name. --- util/xmppstream.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/xmppstream.lua') 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; -- cgit v1.2.3