mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
typo
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user