Changeset

1001:4bd375bde3cb

prosody: Simple whitespace fix in error output
author Matthew Wild <mwild1@gmail.com>
date Fri, 17 Apr 2009 16:15:16 +0100
parents 1000:a73715a9267f
children 1002:5265657d7c12
files prosody
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");