aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-03-08 03:38:22 +0000
committerMatthew Wild <mwild1@gmail.com>2009-03-08 03:38:22 +0000
commitd2ebe25dc579fb0ab21e411518c50eee1fae0f99 (patch)
treedbd3f1adee49adfd2d9865f99e4a3c2b356aa5dc /prosody
parent61ca31c484a4ad127d9088aaf14914c3af37a26a (diff)
parent90fa7296e47fa3439f9842b6904c35dba48364e7 (diff)
downloadprosody-d2ebe25dc579fb0ab21e411518c50eee1fae0f99.tar.gz
prosody-d2ebe25dc579fb0ab21e411518c50eee1fae0f99.zip
Automated merge with http://waqas.ath.cx:8000/
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody9
1 files changed, 5 insertions, 4 deletions
diff --git a/prosody b/prosody
index 15c94c92..0e38c6c2 100755
--- a/prosody
+++ b/prosody
@@ -32,10 +32,6 @@ pcall(require, "luarocks.require")
config = require "core.configmanager"
-log = require "util.logger".init("general");
-
--- Disable log output, needs to read from config
--- require "util.logger".setwriter(function () end);
do
-- TODO: Check for other formats when we add support for them
@@ -63,6 +59,11 @@ do
end
end
+log = require "util.logger".init("general");
+
+-- Disable log output, needs to read from config
+-- require "util.logger".setwriter(function () end);
+
require "util.dependencies"
local server = require "net.server"