mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 03:14:42 +00:00
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:
@@ -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 "
|
||||||
|
|||||||
Reference in New Issue
Block a user