diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-10-24 06:13:38 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-10-24 06:13:38 +0100 |
commit | 5031be1f8cb3a5a8785c07c5e4c5802913c209f6 (patch) | |
tree | adec7557363290a3295101bdee3ca9392bd8dee0 /util | |
parent | 8fa7f063020263100d17978e2c97f9441d9db337 (diff) | |
download | prosody-5031be1f8cb3a5a8785c07c5e4c5802913c209f6.tar.gz prosody-5031be1f8cb3a5a8785c07c5e4c5802913c209f6.zip |
working incoming s2s \o/
Diffstat (limited to 'util')
-rw-r--r-- | util/logger.lua | 2 |
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'); |