mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:26:51 +00:00
docfix/Remove non standard chars 2
This commit is contained in:
parent
9f6707e28a
commit
d9f8c06096
@ -133,7 +133,7 @@ object CertificateVerifier extends MdcLoggable {
|
||||
} match {
|
||||
case Success(pem) => Some(pem)
|
||||
case Failure(exception) =>
|
||||
println(s"❌ Failed to load PEM certificate from file: ${exception.getMessage}")
|
||||
logger.error(s"Failed to load PEM certificate from file: ${exception.getMessage}")
|
||||
None
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user