Skip to content
Snippets Groups Projects
Unverified Commit c2516323 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #867 from jpclipffel/master

ipaclient: Removed invalid call `logger.info()`
parents 452d20e2 c7699472
No related branches found
Tags v1.8.2
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