diff options
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ if CFG_DATADIR then end end +require "core.loggingmanager" + if not require "util.dependencies".check_dependencies() then os.exit(1); end |
index : prosody.git | ||
unofficial mirror of the prosody mercurial project |
aboutsummaryrefslogtreecommitdiffstats |
-rwxr-xr-x | prosodyctl | 2 |
@@ -29,6 +29,8 @@ if CFG_DATADIR then end end +require "core.loggingmanager" + if not require "util.dependencies".check_dependencies() then os.exit(1); end |