[java-identity-provider COMMIT] /trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/CounterStorageKeyFu...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Feb 24 20:46:52 EST 2015
Author: tzeller
Date: Tue Feb 24 20:46:52 2015
New Revision: 7374
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7374&view=rev
Log:
Improve log message.
Modified:
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/CounterStorageKeyFunction.java
Modified: trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/CounterStorageKeyFunction.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/CounterStorageKeyFunction.java?rev=7374&r1=7373&r2=7374&view=diff
==============================================================================
--- trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/CounterStorageKeyFunction.java (original)
+++ trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/CounterStorageKeyFunction.java Tue Feb 24 20:46:52 2015
@@ -217,7 +217,7 @@
return storageKeys;
} catch (final ConstraintViolationException e) {
- log.warn("Unable to ... TODO", e);
+ log.warn("Unable to apply counter storage key function", e);
return input.getSecond();
}
}
More information about the commits
mailing list