diff options
-rw-r--r-- | src/clients/cave/cmd_sync.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/clients/cave/cmd_sync.cc b/src/clients/cave/cmd_sync.cc index df5d6a7e9..696ce7c29 100644 --- a/src/clients/cave/cmd_sync.cc +++ b/src/clients/cave/cmd_sync.cc @@ -166,6 +166,9 @@ namespace cmdline.a_sequential.specified() ? oe_exclusive : oe_with_others, ClientOutputFeatures() + cof_summary_at_end); output_manager = env->create_output_manager(info); + + last_flushed = Timestamp::now(); + last_output = last_flushed; } catch (const Exception & e) { |