summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/storage/entitystore.cpp2
1 files changed, 1 insertions, 1 deletions
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<Identifier> EntityStore::fullScan(const QByteArray &type)
441 const auto uid = Sink::Storage::Key::fromInternalByteArray(key).identifier(); 441 const auto uid = Sink::Storage::Key::fromInternalByteArray(key).identifier();
442 if (keys.contains(uid)) { 442 if (keys.contains(uid)) {
443 //Not something that should persist if the replay works, so we keep a message for now. 443 //Not something that should persist if the replay works, so we keep a message for now.
444 SinkTraceCtx(d->logCtx) << "Multiple revisions for key: " << key; 444 SinkTraceCtx(d->logCtx) << "Multiple revisions for uid: " << Sink::Storage::Key::fromInternalByteArray(key) << ". This is normal if changereplay has not completed yet.";
445 } 445 }
446 keys << uid; 446 keys << uid;
447 return true; 447 return true;