From: Scott Cantor Date: Tue, 24 Nov 2009 16:02:11 +0000 (+0000) Subject: Add overall software version to log. X-Git-Tag: 2.3.1~9 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=652eaa3e950623b2109e57db85253cf4411bbc1b Add overall software version to log. --- diff --git a/shibsp/impl/XMLServiceProvider.cpp b/shibsp/impl/XMLServiceProvider.cpp index ae94a16..ab4dce6 100644 --- a/shibsp/impl/XMLServiceProvider.cpp +++ b/shibsp/impl/XMLServiceProvider.cpp @@ -1294,6 +1294,7 @@ XMLConfigImpl::XMLConfigImpl(const DOMElement* e, bool first, const XMLConfig* o } // Re-log library versions now that logging is set up. + log.info("Shibboleth SP Version %s", PACKAGE_VERSION); #ifndef SHIBSP_LITE log.info( "Library versions: Xerces-C %s, XML-Security-C %s, XMLTooling-C %s, OpenSAML-C %s, Shibboleth %s",