mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Tomas Krizek
parent
7b149b3c7f
commit
aa5ad3e2d3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user