Add overall software version to log.
authorScott Cantor <cantor.2@osu.edu>
Tue, 24 Nov 2009 16:02:11 +0000 (16:02 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 24 Nov 2009 16:02:11 +0000 (16:02 +0000)
shibsp/impl/XMLServiceProvider.cpp

index ae94a16..ab4dce6 100644 (file)
@@ -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",