From 13700d9d3f9abd25c80af5edf406e7057e04f318 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Jun 05 2015 17:25:56 +0000 Subject: Clarify host name output in ipa-client-install Proposed by Tomas Capek Reviewed-By: Martin Basti --- diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install index 63e3c98..0f03288 100755 --- a/ipa-client/ipa-install/ipa-client-install +++ b/ipa-client/ipa-install/ipa-client-install @@ -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)