mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-22 20:48:59 +00:00
(rssreader) Further suppress logging
This commit is contained in:
parent
87d1c89701
commit
dc83619861
@ -701,7 +701,7 @@ public abstract class AbstractRssReader<C extends Channel, I extends Item> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (XMLStreamException e) {
|
} catch (XMLStreamException e) {
|
||||||
LOGGER.log(Level.WARNING, "Failed to parse XML.", e);
|
LOGGER.log(Level.FINE, "Failed to parse XML.", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
close();
|
close();
|
||||||
|
Loading…
Reference in New Issue
Block a user