diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-11-25 02:33:13 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-11-25 02:33:13 +0000 |
commit | f26cd254c8ae8af94c79de2cfa02d3622bbe53aa (patch) | |
tree | eebcc3fb84dc57e9b316bd7f41b5d273d012961e /util | |
parent | 4dd65f5c0518e2b96486d192d106d7d2cb9e72ce (diff) | |
download | prosody-f26cd254c8ae8af94c79de2cfa02d3622bbe53aa.tar.gz prosody-f26cd254c8ae8af94c79de2cfa02d3622bbe53aa.zip |
Trivial whitespace fix in the missing dependency message
Diffstat (limited to 'util')
-rw-r--r-- | util/dependencies.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/dependencies.lua b/util/dependencies.lua index d2b4a2f3..c597f98a 100644 --- a/util/dependencies.lua +++ b/util/dependencies.lua @@ -11,6 +11,7 @@ local function missingdep(name, sources, msg) 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("**************************"); |