From 00171e2bb53e081c5126a080119bfbf5ccb5f805 Mon Sep 17 00:00:00 2001
From: Waqas Hussain <waqas20@gmail.com>
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(-)

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