We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c849512 commit 550b11fCopy full SHA for 550b11f
1 file changed
forge/ee/lib/sso/tasks/saml-cert-check.js
@@ -30,7 +30,7 @@ module.exports = {
30
await emailAdmins(app, 'SSOCertsExpiring', { name: sso.name, date: cert.validTo })
31
}
32
} catch (err) {
33
- app.log.debug(`Problem checking SSO certificate ${err.toString()}`)
+ app.log.debug(`Problem checking ${sso.name}'s SSO certificate ${err.toString()}`)
34
35
36
0 commit comments