prosody: Simple whitespace fix in error output
authorMatthew Wild <mwild1@gmail.com>
Fri, 17 Apr 2009 15:15:16 +0000 (16:15 +0100)
committerMatthew Wild <mwild1@gmail.com>
Fri, 17 Apr 2009 15:15:16 +0000 (16:15 +0100)
prosody

diff --git a/prosody b/prosody
index b270881c88d415fb3b44dc4c0b4a5d153e5cbe64..78171ef73cc954f7cd2e72768a5ed9ded8013b0e 100755 (executable)
--- 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");