[java-identity-provider COMMIT] /trunk/idp-ui/src/main/java/net/shibboleth/idp/ui/context/RelyingPartyUIContext.java
noreply at shibboleth.net
noreply at shibboleth.net
Wed Oct 15 17:30:04 EDT 2014
Author: scantor
Date: Wed Oct 15 17:30:04 2014
New Revision: 6718
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6718&view=rev
Log:
Fix missing placeholder in log.
Modified:
trunk/idp-ui/src/main/java/net/shibboleth/idp/ui/context/RelyingPartyUIContext.java
Modified: trunk/idp-ui/src/main/java/net/shibboleth/idp/ui/context/RelyingPartyUIContext.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-ui/src/main/java/net/shibboleth/idp/ui/context/RelyingPartyUIContext.java?rev=6718&r1=6717&r2=6718&view=diff
==============================================================================
--- trunk/idp-ui/src/main/java/net/shibboleth/idp/ui/context/RelyingPartyUIContext.java (original)
+++ trunk/idp-ui/src/main/java/net/shibboleth/idp/ui/context/RelyingPartyUIContext.java Wed Oct 15 17:30:04 2014
@@ -708,7 +708,7 @@
log.trace("Size Mismatch");
continue;
}
- log.debug("Returning logo from UIInfo, '{}' ({} x {}) : {", logo.getXMLLang(), logo.getWidth(),
+ log.debug("Returning logo from UIInfo, '{}' ({} x {}) : {}", logo.getXMLLang(), logo.getWidth(),
logo.getHeight(), logo.getURL());
return logo.getURL();
}
@@ -734,7 +734,7 @@
log.trace("Size Mismatch");
continue;
}
- log.debug("Returning logo from UIInfo, ({} x {}) : {", logo.getWidth(), logo.getHeight(), logo.getURL());
+ log.debug("Returning logo from UIInfo, ({} x {}) : {}", logo.getWidth(), logo.getHeight(), logo.getURL());
return logo.getURL();
}
return null;
More information about the commits
mailing list