mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
fix typo in log message
This commit is contained in:
@@ -402,7 +402,7 @@ public class ScmServletModule extends ServletModule
|
|||||||
|
|
||||||
if (logger.isDebugEnabled())
|
if (logger.isDebugEnabled())
|
||||||
{
|
{
|
||||||
logger.debug("bind {} to defaul implementation {}", clazz,
|
logger.debug("bind {} to default implementation {}", clazz,
|
||||||
implementation);
|
implementation);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user