diff -r a73715a9267f -r 4bd375bde3cb prosody --- a/prosody Fri Apr 17 16:14:20 2009 +0100 +++ b/prosody Fri Apr 17 16:15:16 2009 +0100 @@ -38,7 +38,7 @@ -- 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");