Clarify host name output in ipa-client-install

Proposed by Tomas Capek

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Petr Spacek
2015-04-13 17:02:24 +02:00
committed by Petr Vobornik
parent 5bb35c1a29
commit 13700d9d3f

View File

@@ -2308,7 +2308,7 @@ def install(options, env, fstore, statestore):
root_logger.debug("will use discovered basedn: %s", cli_basedn)
subject_base = DN(('O', cli_realm))
root_logger.info("Hostname: %s", hostname)
root_logger.info("Client hostname: %s", hostname)
root_logger.debug("Hostname source: %s", hostname_source)
root_logger.info("Realm: %s", cli_realm)
root_logger.debug("Realm source: %s", cli_realm_source)