if(log.isDebugEnabled())log.debug("Access to Robots.txt not allowed on URL '"+robotsURL+"'.");
log.info("Access to Robots.txt not allowed on URL '"+robotsURL+"'., redirectionCount = "+redirectionCount);// since this is a strange case we log it all the time
}else{
if(log.isDebugEnabled())
log.debug("robots.txt could not be downloaded from URL '"+robotsURL+"'. ["+client.getHttpResponse().getStatusLine()+"].");