Use parameterized log statement when logging CAS only principle.
This commit is contained in:
parent
2ae54e8d98
commit
bad68332a6
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue