prosody

changeset 1006
4bd375bde3cb
parent 992
3153eff6dae2
child 1017
6556a9db3822
--- 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");

mercurial