toString() fix

pull/1/head
Michael Peter Christen 10 years ago
parent b44626e55b
commit 1bf605b6d1

@ -164,7 +164,7 @@ public class RobotsTxt {
try {
response = RobotsTxt.this.loader.load(request, CacheStrategy.NOCACHE, null, agent);
} catch (final Throwable e) {
log.info("Trying to download the robots.txt file from URL '" + robotsURL + "' failed - " + e.getMessage());
log.info("Trying to download the robots.txt file from URL '" + robotsURL.toNormalform(false) + "' failed - " + e.getMessage());
response = null;
}
}

Loading…
Cancel
Save