mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
added missing log parameter
This commit is contained in:
@@ -197,7 +197,8 @@ public class HgHookManager implements ConfigChangedListener<ScmConfiguration>
|
||||
if (logger.isWarnEnabled())
|
||||
{
|
||||
logger.warn(
|
||||
"hook url {} from request does not work, try now localhost");
|
||||
"hook url {} from request does not work, try now localhost",
|
||||
hookUrl);
|
||||
}
|
||||
|
||||
hookUrl = createLocalUrl(request);
|
||||
@@ -207,7 +208,8 @@ public class HgHookManager implements ConfigChangedListener<ScmConfiguration>
|
||||
if (logger.isWarnEnabled())
|
||||
{
|
||||
logger.warn(
|
||||
"localhost hook url {} does not work, try now from configured base url");
|
||||
"localhost hook url {} does not work, try now from configured base url",
|
||||
hookUrl);
|
||||
}
|
||||
|
||||
hookUrl = createConfiguredUrl();
|
||||
|
||||
Reference in New Issue
Block a user