Update DefaultPicketLinkLogger.java
This commit is contained in:
parent
2c94370e8e
commit
05eb4b376d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue