From f0643eda63affab7298720c729cac1b1925bda3a Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 9 Feb 2017 15:18:32 +0100 Subject: Debugoutput --- common/mail/threadindexer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/mail') diff --git a/common/mail/threadindexer.cpp b/common/mail/threadindexer.cpp index 3da2fdd..6f2933c 100644 --- a/common/mail/threadindexer.cpp +++ b/common/mail/threadindexer.cpp @@ -87,8 +87,8 @@ void ThreadIndexer::updateThreadingIndex(const QByteArray &identifier, const App const auto subject = entity.getProperty(Mail::Subject::name); const auto normalizedSubject = stripOffPrefixes(subject.toString()).toUtf8(); if (messageId.toByteArray().isEmpty()) { - SinkError() << "Found an email without messageId. This is illegal and threading will break. Entity id: " << identifier; - SinkError() << "Subject: " << subject; + SinkWarning() << "Found an email without messageId. This is illegal and threading will break. Entity id: " << identifier; + SinkWarning() << "Subject: " << subject; } QVector thread; -- cgit v1.2.3