Was a bit hasty to remove send_s2s() from stanza_router. We still use it, and there...
[prosody.git] / util / logger.lua
index 623ceb674abf8d054de14d0e850f880a426e04a5..8d98360536fdab26c73d4b27e1e42a76e0cf44a5 100644 (file)
@@ -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');