(rssreader) Further suppress logging

This commit is contained in:
Viktor Lofgren 2025-01-06 20:20:37 +01:00
parent 87d1c89701
commit dc83619861

View File

@ -701,7 +701,7 @@ public abstract class AbstractRssReader<C extends Channel, I extends Item> {
}
}
} catch (XMLStreamException e) {
LOGGER.log(Level.WARNING, "Failed to parse XML.", e);
LOGGER.log(Level.FINE, "Failed to parse XML.", e);
}
close();