diff options
-rw-r--r-- | common/storage/entitystore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/storage/entitystore.cpp b/common/storage/entitystore.cpp index 6fc82de..055499c 100644 --- a/common/storage/entitystore.cpp +++ b/common/storage/entitystore.cpp | |||
@@ -373,7 +373,7 @@ bool EntityStore::cleanupRevisions(qint64 revision) | |||
373 | if (cleanupIsNecessary) { | 373 | if (cleanupIsNecessary) { |
374 | SinkTraceCtx(d->logCtx) << "Cleaning up from " << firstRevisionToCleanup << " to " << revision; | 374 | SinkTraceCtx(d->logCtx) << "Cleaning up from " << firstRevisionToCleanup << " to " << revision; |
375 | for (qint64 rev = firstRevisionToCleanup; rev <= revision; rev++) { | 375 | for (qint64 rev = firstRevisionToCleanup; rev <= revision; rev++) { |
376 | cleanupRevision(revision); | 376 | cleanupRevision(rev); |
377 | } | 377 | } |
378 | } | 378 | } |
379 | if (implicitTransaction) { | 379 | if (implicitTransaction) { |