aboutsummaryrefslogtreecommitdiffstats
path: root/util/logger.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-10-24 06:13:38 +0100
committerMatthew Wild <mwild1@gmail.com>2008-10-24 06:13:38 +0100
commit5031be1f8cb3a5a8785c07c5e4c5802913c209f6 (patch)
treeadec7557363290a3295101bdee3ca9392bd8dee0 /util/logger.lua
parent8fa7f063020263100d17978e2c97f9441d9db337 (diff)
downloadprosody-5031be1f8cb3a5a8785c07c5e4c5802913c209f6.tar.gz
prosody-5031be1f8cb3a5a8785c07c5e4c5802913c209f6.zip
working incoming s2s \o/
Diffstat (limited to 'util/logger.lua')
-rw-r--r--util/logger.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/logger.lua b/util/logger.lua
index 623ceb67..8d983605 100644
--- a/util/logger.lua
+++ b/util/logger.lua
@@ -6,7 +6,7 @@ local tostring = tostring;
module "logger"
function init(name)
- name = nil; -- While this line is not commented, will automatically fill in file/line number info
+ --name = nil; -- While this line is not commented, will automatically fill in file/line number info
return function (level, message, ...)
if not name then
local inf = debug.getinfo(3, 'Snl');