From 2c47c157120ffa6b9a68581dbd97a88a30d745a2 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 17 Aug 2018 12:26:01 +0200 Subject: Print parsed keys that we can read. --- common/storage/entitystore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/storage/entitystore.cpp b/common/storage/entitystore.cpp index bb0967a..276ee6a 100644 --- a/common/storage/entitystore.cpp +++ b/common/storage/entitystore.cpp @@ -441,7 +441,7 @@ QVector EntityStore::fullScan(const QByteArray &type) const auto uid = Sink::Storage::Key::fromInternalByteArray(key).identifier(); if (keys.contains(uid)) { //Not something that should persist if the replay works, so we keep a message for now. - SinkTraceCtx(d->logCtx) << "Multiple revisions for key: " << key; + SinkTraceCtx(d->logCtx) << "Multiple revisions for uid: " << Sink::Storage::Key::fromInternalByteArray(key) << ". This is normal if changereplay has not completed yet."; } keys << uid; return true; -- cgit v1.2.3