diff options
Diffstat (limited to 'dummyresource/facade.cpp')
-rw-r--r-- | dummyresource/facade.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dummyresource/facade.cpp b/dummyresource/facade.cpp index fcce871..79763ef 100644 --- a/dummyresource/facade.cpp +++ b/dummyresource/facade.cpp | |||
@@ -189,7 +189,7 @@ void DummyResourceFacade::readValue(QSharedPointer<Akonadi2::Storage> storage, c | |||
189 | return true; | 189 | return true; |
190 | }, | 190 | }, |
191 | [](const Akonadi2::Storage::Error &error) { | 191 | [](const Akonadi2::Storage::Error &error) { |
192 | qDebug() << QString::fromStdString(error.message); | 192 | qWarning() << "Error during query: " << QString::fromStdString(error.message); |
193 | }); | 193 | }); |
194 | } | 194 | } |
195 | 195 | ||