aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-04-17 16:15:16 +0100
committerMatthew Wild <mwild1@gmail.com>2009-04-17 16:15:16 +0100
commit78a87e700a63d3901f3ee6db85556edcd5f86d01 (patch)
tree3632f9b37dc9543c29f154754d38f693338e90f8 /prosody
parent3aeff3a7d2de7c6c7012e478ae8cf3c526a37b3e (diff)
downloadprosody-78a87e700a63d3901f3ee6db85556edcd5f86d01.tar.gz
prosody-78a87e700a63d3901f3ee6db85556edcd5f86d01.zip
prosody: Simple whitespace fix in error output
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody b/prosody
index b270881c..78171ef7 100755
--- a/prosody
+++ b/prosody
@@ -38,7 +38,7 @@ do
-- Use lfs? Make a new conf/ dir?
local ok, level, err = config.load((CFG_CONFIGDIR or ".").."/prosody.cfg.lua");
if not ok then
- print("");
+ print("\n");
print("**************************");
if level == "parser" then
print("A problem occured while reading the config file "..(CFG_CONFIGDIR or ".").."/prosody.cfg.lua");