diff options
-rw-r--r-- | util/xmppstream.lua | 2 |
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; |