mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
added missing log parameter
This commit is contained in:
@@ -197,7 +197,8 @@ public class HgHookManager implements ConfigChangedListener<ScmConfiguration>
|
|||||||
if (logger.isWarnEnabled())
|
if (logger.isWarnEnabled())
|
||||||
{
|
{
|
||||||
logger.warn(
|
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);
|
hookUrl = createLocalUrl(request);
|
||||||
@@ -207,7 +208,8 @@ public class HgHookManager implements ConfigChangedListener<ScmConfiguration>
|
|||||||
if (logger.isWarnEnabled())
|
if (logger.isWarnEnabled())
|
||||||
{
|
{
|
||||||
logger.warn(
|
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();
|
hookUrl = createConfiguredUrl();
|
||||||
|
|||||||
Reference in New Issue
Block a user