Use parameterized log statement when logging CAS only principle.

This commit is contained in:
eghm 2016-09-19 10:14:22 -10:00
parent 2ae54e8d98
commit bad68332a6
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public final class ConfluenceCasAuthenticator extends ConfluenceAuthenticator {
// user doesn't exist
if (p == null) {
LOGGER.error("Principal is null for " + assertion.getPrincipal().getName());
LOGGER.error("Principal is null for ", assertion.getPrincipal().getName());
}
LOGGER.debug("Logging in [{}] from CAS.", p.getName());