mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +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())
|
if (logger.isDebugEnabled() && user.isAdmin())
|
||||||
{
|
{
|
||||||
logger.debug("user '{}' is marked as admin by configuration",
|
logger.debug("user '{}' is marked as admin by configuration",
|
||||||
user.getType(), user.getName());
|
user.getName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (logger.isDebugEnabled())
|
else if (logger.isDebugEnabled())
|
||||||
|
|||||||
Reference in New Issue
Block a user