ipaclient: Removed invalid call logger.info()

- Call was responsible for a `TypeError` exception
- Call was not useful (already followed by a proper `logger.warning` call)

Should fix issue #865: https://github.com/freeipa/ansible-freeipa/issues/865
This commit is contained in:
jpclipffel
2022-07-27 16:16:10 +02:00
parent 809e423947
commit c7699472a6

View File

@@ -880,7 +880,6 @@ def main():
is_ipaddr = False
if is_ipaddr:
logger.info()
logger.warning(
"It seems that you are using an IP address "
"instead of FQDN as an argument to --server. The "