This commit is contained in:
Martin Rotter 2023-10-24 11:27:42 +02:00
parent d2d5e8c850
commit aecd0a3fe8
2 changed files with 2 additions and 2 deletions

View File

@ -318,7 +318,7 @@ void FeedReader::executeNextAutoUpdate() {
if (!qApp->feedUpdateLock()->tryLock()) {
qDebugNN << LOGSEC_CORE << "Delaying scheduled feed auto-downloads and message state synchronization for "
<< "one minute due to another running update.";
<< "some time due to another running update.";
// Cannot update, quit.
return;

View File

@ -295,7 +295,7 @@ QList<Message> GmailNetworkFactory::messages(const QString& stream_id,
to_download += moved_unread;
}
qDebugNN << LOGSEC_GMAIL << "Will download" << QUOTE_W_SPACE(to_download.size()) << "e-mails.";
qDebugNN << LOGSEC_GMAIL << "Will download" << NONQUOTE_W_SPACE(to_download.size()) << "e-mails.";
auto messages = obtainAndDecodeFullMessages(QList<QString>(to_download.values()), stream_id, custom_proxy);