mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Update DefaultPicketLinkLogger.java
This commit is contained in:
parent
2c94370e8e
commit
05eb4b376d
@ -1640,7 +1640,7 @@ public class DefaultPicketLinkLogger implements PicketLinkLogger {
|
||||
*/
|
||||
@Override
|
||||
public void samlBase64DecodingError(Throwable t) {
|
||||
logger.error("Error in base64 decoding saml message: ", t);
|
||||
logger.error("Error in base64 decoding saml message.", t);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user