This commit is contained in:
Athou
2014-11-17 06:44:11 +01:00
parent e09d7fb103
commit b5dfd371d9

View File

@@ -50,7 +50,7 @@ public class FacebookFaviconFetcher extends AbstractFaviconFetcher {
bytes = iconResult.getContent();
contentType = iconResult.getContentType();
} catch (Exception e) {
log.debug("Failed to retrieve YouTube icon", e);
log.debug("Failed to retrieve Facebook icon", e);
}
if (!isValidIconResponse(bytes, contentType)) {