summaryrefslogtreecommitdiffstats
path: root/ipa-client
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2015-04-13 17:02:24 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-06-05 19:25:56 +0200
commit13700d9d3f9abd25c80af5edf406e7057e04f318 (patch)
tree0eb48bd09a957124529af4ae7d66d6eda8e1d164 /ipa-client
parent5bb35c1a295f61828dde17b2cbc04c5fb494e450 (diff)
downloadfreeipa-13700d9d3f9abd25c80af5edf406e7057e04f318.tar.gz
freeipa-13700d9d3f9abd25c80af5edf406e7057e04f318.tar.xz
freeipa-13700d9d3f9abd25c80af5edf406e7057e04f318.zip
Clarify host name output in ipa-client-install
Proposed by Tomas Capek Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipa-client')
-rwxr-xr-xipa-client/ipa-install/ipa-client-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install
index 63e3c9800..0f032888e 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)