mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
fix wrong log message parameter
This commit is contained in:
@@ -150,7 +150,7 @@ public class BasicSecurityContext implements WebSecurityContext
|
||||
if (logger.isDebugEnabled() && user.isAdmin())
|
||||
{
|
||||
logger.debug("user '{}' is marked as admin by configuration",
|
||||
user.getType(), user.getName());
|
||||
user.getName());
|
||||
}
|
||||
}
|
||||
else if (logger.isDebugEnabled())
|
||||
|
||||
Reference in New Issue
Block a user