mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-04 03:08:04 +01:00
log removed articles
This commit is contained in:
parent
43cdc5f128
commit
21a8210124
@ -271,6 +271,7 @@ QList<Message> StandardServiceRoot::obtainNewMessages(Feed* feed,
|
||||
|
||||
for (int i = 0; i < messages.size(); i++) {
|
||||
if (messages.at(i).m_createdFromFeed && messages.at(i).m_created < dt_to_avoid) {
|
||||
qDebugNN << LOGSEC_CORE << "Removing message" << QUOTE_W_SPACE(messages.at(i).m_title) << "for being too old.";
|
||||
messages.removeAt(i--);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user