FIx build.
This commit is contained in:
parent
ef5186c7a8
commit
952889a863
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ void FeedDownloader::oneFeedUpdateFinished(const QList<Message>& messages, bool
|
||||||
<< QThread::currentThreadId() << "\'.";
|
<< QThread::currentThreadId() << "\'.";
|
||||||
int updated_messages = feed->updateMessages(messages, error_during_obtaining);
|
int updated_messages = feed->updateMessages(messages, error_during_obtaining);
|
||||||
|
|
||||||
qDebug("%d messages for feed %d stored in DB.", updated_messages, feed->customId());
|
qDebug("%d messages for feed %s stored in DB.", updated_messages, qPrintable(feed->customId()));
|
||||||
|
|
||||||
if (updated_messages > 0) {
|
if (updated_messages > 0) {
|
||||||
m_results.appendUpdatedFeed(QPair<QString, int>(feed->title(), updated_messages));
|
m_results.appendUpdatedFeed(QPair<QString, int>(feed->title(), updated_messages));
|
||||||
|
|
Loading…
Add table
Reference in a new issue