mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
fix wrong logging
This commit is contained in:
@@ -124,8 +124,7 @@ public abstract class AbstractResourceServlet extends HttpServlet
|
||||
{
|
||||
if (logger.isWarnEnabled())
|
||||
{
|
||||
logger.warn("no resource with type {} and name {} found", resource,
|
||||
name);
|
||||
logger.warn("no resource with type {} and name {} found", type, name);
|
||||
}
|
||||
|
||||
response.sendError(HttpServletResponse.SC_NOT_FOUND);
|
||||
|
||||
Reference in New Issue
Block a user