mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-07 13:42:02 +01:00
Dotsss.
This commit is contained in:
parent
ec16fcab08
commit
1b143d590b
@ -156,7 +156,7 @@ int Feed::updateMessages(const QList<Message> &messages, bool error_during_obtai
|
||||
int updated_messages = 0;
|
||||
bool is_main_thread = QThread::currentThread() == qApp->thread();
|
||||
|
||||
qDebug("Updating messages in DB. Main thread: '%s'.", qPrintable(is_main_thread ? "true." : "false."));
|
||||
qDebug("Updating messages in DB. Main thread: '%s'.", qPrintable(is_main_thread ? "true" : "false"));
|
||||
|
||||
if (!error_during_obtaining) {
|
||||
bool anything_updated = false;
|
||||
|
Loading…
Reference in New Issue
Block a user