This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.auth.form-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git
commit 196a11f0321d7f56cfdeda54fc6fb2605ec6aaa5 Author: Justin Edelson <[email protected]> AuthorDate: Mon Jul 5 17:47:55 2010 +0000 SLING-1587 - file name wasn't being logged git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/formauth@960651 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/sling/formauth/impl/FormAuthenticationHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/formauth/impl/FormAuthenticationHandler.java b/src/main/java/org/apache/sling/formauth/impl/FormAuthenticationHandler.java index 1415c67..d62b5a0 100644 --- a/src/main/java/org/apache/sling/formauth/impl/FormAuthenticationHandler.java +++ b/src/main/java/org/apache/sling/formauth/impl/FormAuthenticationHandler.java @@ -755,7 +755,7 @@ public class FormAuthenticationHandler implements AuthenticationHandler, properties.get(PAR_TOKEN_FILE), DEFAULT_TOKEN_FILE); final File tokenFile = getTokenFile(tokenFileName, componentContext.getBundleContext()); - log.info("Storing tokens in ", tokenFile); + log.info("Storing tokens in {}", tokenFile.getAbsolutePath()); this.tokenStore = new TokenStore(tokenFile, sessionTimeout); this.loginModule = null; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
