Skip to content

Commit 550b11f

Browse files
committed
Add SSO profile name to error log
1 parent c849512 commit 550b11f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

forge/ee/lib/sso/tasks/saml-cert-check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = {
3030
await emailAdmins(app, 'SSOCertsExpiring', { name: sso.name, date: cert.validTo })
3131
}
3232
} catch (err) {
33-
app.log.debug(`Problem checking SSO certificate ${err.toString()}`)
33+
app.log.debug(`Problem checking ${sso.name}'s SSO certificate ${err.toString()}`)
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)