Trivial whitespace fix in the missing dependency message

Tue, 25 Nov 2008 02:33:13 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 25 Nov 2008 02:33:13 +0000
changeset 410
5ce6801ad2e4
parent 409
2269e9cbe153
child 411
64982773cc15

Trivial whitespace fix in the missing dependency message

util/dependencies.lua file | annotate | diff | comparison | revisions
--- a/util/dependencies.lua	Tue Nov 25 02:30:25 2008 +0000
+++ b/util/dependencies.lua	Tue Nov 25 02:33:13 2008 +0000
@@ -11,6 +11,7 @@
 	for k,v in pairs(sources) do
 		print("", k, v);
 	end
+	print("");
 	print(msg or (name.." is required for Prosody to run, so we will now exit."));
 	print("More help can be found on our website, at http://.../doc/depends");
 	print("**************************");

mercurial