From 4f18f360f8980adcb98d93fd95e94f0e95725070 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 21 Jul 2015 18:10:32 +0200 Subject: Debuginfo --- common/domain/event.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/domain') diff --git a/common/domain/event.cpp b/common/domain/event.cpp index 08ce698..d86ac16 100644 --- a/common/domain/event.cpp +++ b/common/domain/event.cpp @@ -41,7 +41,7 @@ ResultSet TypeImplementation::queryIndexes(const Akonadi2::Query &query, keys << value; }, [](const Index::Error &error) { - Warning() << "Error in index: " << error.message; + Warning() << "Error in uid index: " << error.message; }); appliedFilters << "uid"; } -- cgit v1.2.3