mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
fix missing url in log message
This commit is contained in:
@@ -262,7 +262,7 @@ public class URLHttpClient implements HttpClient
|
|||||||
{
|
{
|
||||||
if (logger.isDebugEnabled())
|
if (logger.isDebugEnabled())
|
||||||
{
|
{
|
||||||
logger.debug("fetch '{}'");
|
logger.debug("fetch '{}'", url.toExternalForm());
|
||||||
}
|
}
|
||||||
|
|
||||||
connection = url.openConnection();
|
connection = url.openConnection();
|
||||||
|
|||||||
Reference in New Issue
Block a user