git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1497
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
*/
public static void initializeLogging(Element configuration) throws ShibbolethConfigurationException {
- NodeList txLogElems = configuration.getElementsByTagNameNS(IdPConfig.configNameSpace, "TransactonLog");
+ NodeList txLogElems = configuration.getElementsByTagNameNS(IdPConfig.configNameSpace, "TransactionLog");
if (txLogElems.getLength() > 0) {
if (txLogElems.getLength() > 1) {
System.err.println("WARNING: More than one TransactionLog element detected in IdP logging "