fix missing url in log message

This commit is contained in:
Sebastian Sdorra
2011-05-09 13:24:30 +02:00
parent 2ef7791907
commit 3f74473be5

View File

@@ -262,7 +262,7 @@ public class URLHttpClient implements HttpClient
{
if (logger.isDebugEnabled())
{
logger.debug("fetch '{}'");
logger.debug("fetch '{}'", url.toExternalForm());
}
connection = url.openConnection();