Add missing space in ipa-replica-conncheck error

Fixes: https://pagure.io/freeipa/issue/7224
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
Fraser Tweedale
2017-10-27 10:34:05 +10:00
committed by Tomas Krizek
parent 7b149b3c7f
commit aa5ad3e2d3

View File

@@ -449,7 +449,7 @@ def main():
port_check(options.master, tcp_ports)
if udp_ports:
logger.info("\nThe following list of ports use UDP protocol"
logger.info("\nThe following list of ports use UDP protocol "
"and would need to be\n"
"checked manually:")
for port in udp_ports: