mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-10-05 21:22:39 +02:00
(rssreader) Further suppress logging
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user