1
1
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:
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();