diff options
author | Ali Sabil <ali.sabil@gmail.com> | 2010-02-05 16:01:21 +0100 |
---|---|---|
committer | Ali Sabil <ali.sabil@gmail.com> | 2010-02-05 16:01:21 +0100 |
commit | 697504312c832bec7e5dcee168295245733f425b (patch) | |
tree | 1de29ec9ef79fe9ec09c5ad06e4878ca5f186533 /prosodyctl | |
parent | 9e179c8aa7656cfe910666c4e3fb43fbda4c7326 (diff) | |
download | prosody-697504312c832bec7e5dcee168295245733f425b.tar.gz prosody-697504312c832bec7e5dcee168295245733f425b.zip |
prosodyctl: Initialize logging before checking dependencies
Diffstat (limited to 'prosodyctl')
-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 |