diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-05-17 14:56:18 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-05-17 14:56:18 +0100 |
commit | ad9525152440cec194c1c3f8effae68a27e719d6 (patch) | |
tree | 854df0f45245e2227c3d82dcb6e116020a64cf8f /prosodyctl | |
parent | 45e58c98b5e4602efaf1d24ec6d23d07d67b006a (diff) | |
download | prosody-ad9525152440cec194c1c3f8effae68a27e719d6.tar.gz prosody-ad9525152440cec194c1c3f8effae68a27e719d6.zip |
prosodyctl: check dns: Whitespace fix in output
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -957,9 +957,9 @@ function commands.check(arg) if is_component then print(" DNS records are necessary if you want users on other servers to access this component."); end - print(""); problem_hosts:add(host); end + print(""); end if not problem_hosts:empty() then print(""); |