diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-04-17 16:15:16 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-04-17 16:15:16 +0100 |
commit | 78a87e700a63d3901f3ee6db85556edcd5f86d01 (patch) | |
tree | 3632f9b37dc9543c29f154754d38f693338e90f8 /prosody | |
parent | 3aeff3a7d2de7c6c7012e478ae8cf3c526a37b3e (diff) | |
download | prosody-78a87e700a63d3901f3ee6db85556edcd5f86d01.tar.gz prosody-78a87e700a63d3901f3ee6db85556edcd5f86d01.zip |
prosody: Simple whitespace fix in error output
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |