Software /
code /
prosody
Comparison
prosodyctl @ 5591:f0bf2a1790d9
prosodyctl: check dns: Whitespace fix in output
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 17 May 2013 14:56:18 +0100 |
parent | 5590:597450c73ce6 |
child | 5592:5705e21ba24b |
comparison
equal
deleted
inserted
replaced
5590:597450c73ce6 | 5591:f0bf2a1790d9 |
---|---|
955 if not all_targets_ok then | 955 if not all_targets_ok then |
956 print(" "..(some_targets_ok and "Only some" or "No").." targets for "..host.." appear to resolve to this server."); | 956 print(" "..(some_targets_ok and "Only some" or "No").." targets for "..host.." appear to resolve to this server."); |
957 if is_component then | 957 if is_component then |
958 print(" DNS records are necessary if you want users on other servers to access this component."); | 958 print(" DNS records are necessary if you want users on other servers to access this component."); |
959 end | 959 end |
960 print(""); | |
961 problem_hosts:add(host); | 960 problem_hosts:add(host); |
962 end | 961 end |
962 print(""); | |
963 end | 963 end |
964 if not problem_hosts:empty() then | 964 if not problem_hosts:empty() then |
965 print(""); | 965 print(""); |
966 print("For more information about DNS configuration please see http://prosody.im/doc/dns"); | 966 print("For more information about DNS configuration please see http://prosody.im/doc/dns"); |
967 print(""); | 967 print(""); |