mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-21 06:20:05 -06:00
Update DefaultPicketLinkLogger.java
This commit is contained in:
committed by
Hynek Mlnařík
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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user