summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-adtrust-install
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2014-03-19 13:54:20 +0100
committerPetr Viktorin <pviktori@redhat.com>2014-05-27 12:08:55 +0200
commitd6a4da30de37b2a3f1a3b4b8f8dd6dc0da3e1b50 (patch)
tree84605bd273aaaf3470f74a160454d7951a011e33 /install/tools/ipa-adtrust-install
parent7f465e693cd7fceefb284a0b3831504fd2ddbeb4 (diff)
downloadfreeipa-d6a4da30de37b2a3f1a3b4b8f8dd6dc0da3e1b50.tar.gz
freeipa-d6a4da30de37b2a3f1a3b4b8f8dd6dc0da3e1b50.tar.xz
freeipa-d6a4da30de37b2a3f1a3b4b8f8dd6dc0da3e1b50.zip
admin tools: Log IPA version
Add the IPA version, and vendor version if applicable, to the beginning of admintool logs -- both framework and indivitual tools that don't yet use the framework. This will make debugging easier. https://fedorahosted.org/freeipa/ticket/4219 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'install/tools/ipa-adtrust-install')
-rwxr-xr-xinstall/tools/ipa-adtrust-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/tools/ipa-adtrust-install b/install/tools/ipa-adtrust-install
index 3af6936b0..9b54abdaa 100755
--- a/install/tools/ipa-adtrust-install
+++ b/install/tools/ipa-adtrust-install
@@ -217,6 +217,7 @@ def main():
root_logger.debug('%s was invoked with options: %s' % (sys.argv[0], safe_options))
root_logger.debug("missing options might be asked for interactively later\n")
+ root_logger.debug('IPA version %s' % version.VENDOR_VERSION)
check_server_configuration()