# HG changeset patch # User Matthew Wild # Date 1239981316 -3600 # Node ID 4bd375bde3cb265903e14084415e3f9a0ced2211 # Parent a73715a9267fbd55ab3ecd6c6de07db323b57248 prosody: Simple whitespace fix in error output 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");