[java-identity-provider COMMIT] /trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SelectSubjectCanoni...
noreply at shibboleth.net
noreply at shibboleth.net
Thu May 8 22:13:38 EDT 2014
Author: scantor
Date: Thu May 8 22:13:37 2014
New Revision: 5891
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5891&view=rev
Log:
Change log message case.
Modified:
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SelectSubjectCanonicalizationFlow.java
Modified: trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SelectSubjectCanonicalizationFlow.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SelectSubjectCanonicalizationFlow.java?rev=5891&r1=5890&r2=5891&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SelectSubjectCanonicalizationFlow.java (original)
+++ trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SelectSubjectCanonicalizationFlow.java Thu May 8 22:13:37 2014
@@ -59,7 +59,7 @@
// Detect a previous attempted flow, and move it to the intermediate collection.
// This will prevent re-selecting the same (probably failed) flow again.
if (c14nContext.getAttemptedFlow() != null) {
- log.info("{} moving incomplete flow {} to intermediate set, reselecting a different one", getLogPrefix(),
+ log.info("{} Moving incomplete flow {} to intermediate set, reselecting a different one", getLogPrefix(),
c14nContext.getAttemptedFlow().getId());
c14nContext.getIntermediateFlows().put(
c14nContext.getAttemptedFlow().getId(), c14nContext.getAttemptedFlow());
@@ -75,12 +75,12 @@
final SubjectCanonicalizationFlowDescriptor flow = selectUnattemptedFlow(profileRequestContext, c14nContext);
if (flow == null) {
- log.error("{} no potential flows left to choose from, canonicalization will fail", getLogPrefix());
+ log.error("{} No potential flows left to choose from, canonicalization will fail", getLogPrefix());
ActionSupport.buildEvent(profileRequestContext, AuthnEventIds.NO_POTENTIAL_FLOW);
return;
}
- log.debug("{} selecting canonicalization flow {}", getLogPrefix(), flow.getId());
+ log.debug("{} Selecting canonicalization flow {}", getLogPrefix(), flow.getId());
ActionSupport.buildEvent(profileRequestContext, flow.getId());
}
More information about the commits
mailing list