aboutsummaryrefslogtreecommitdiffstats
path: root/util/logger.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-10-24 07:36:48 +0100
committerMatthew Wild <mwild1@gmail.com>2008-10-24 07:36:48 +0100
commit2d7656d5db5476fd31a41e71e46205cab1bce74f (patch)
treef2cb19832a1a1c35d4a42286138b9f80968bc3da /util/logger.lua
parentd49ea8a12e4440a0df267b575e4925231bda4803 (diff)
parent5c90ffdf7e7c7d784ed5f60eed3f8a2666c117f8 (diff)
downloadprosody-2d7656d5db5476fd31a41e71e46205cab1bce74f.tar.gz
prosody-2d7656d5db5476fd31a41e71e46205cab1bce74f.zip
Merging more s2s
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');