Skip to content
Snippets Groups Projects
Commit c7699472 authored by jpclipffel's avatar jpclipffel
Browse files

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
parent 809e4239
No related branches found
No related tags found
No related merge requests found
...@@ -880,7 +880,6 @@ def main(): ...@@ -880,7 +880,6 @@ def main():
is_ipaddr = False is_ipaddr = False
if is_ipaddr: if is_ipaddr:
logger.info()
logger.warning( logger.warning(
"It seems that you are using an IP address " "It seems that you are using an IP address "
"instead of FQDN as an argument to --server. The " "instead of FQDN as an argument to --server. The "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment