From 78a87e700a63d3901f3ee6db85556edcd5f86d01 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 17 Apr 2009 16:15:16 +0100 Subject: prosody: Simple whitespace fix in error output --- prosody | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3