summaryrefslogtreecommitdiffstats
path: root/common/commandprocessor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/commandprocessor.cpp')
-rw-r--r--common/commandprocessor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commandprocessor.cpp b/common/commandprocessor.cpp
index a6371be..5d5261f 100644
--- a/common/commandprocessor.cpp
+++ b/common/commandprocessor.cpp
@@ -331,6 +331,7 @@ KAsync::Job<void> CommandProcessor::flush(void const *command, size_t size)
331 mSynchronizer->flush(flushType, flushId); 331 mSynchronizer->flush(flushType, flushId);
332 } else { 332 } else {
333 SinkTraceCtx(mLogCtx) << "Emitting flush completion" << flushId; 333 SinkTraceCtx(mLogCtx) << "Emitting flush completion" << flushId;
334 mSynchronizer->flushComplete(flushId);
334 Sink::Notification n; 335 Sink::Notification n;
335 n.type = Sink::Notification::FlushCompletion; 336 n.type = Sink::Notification::FlushCompletion;
336 n.id = flushId; 337 n.id = flushId;