diff --git a/src/Master.cpp b/src/Master.cpp index 48f0af052f48901b5b16be53ae1a9e1a17040ddb..c3686edbcd03c607e9069a406bcfb722fdc8a461 100644 --- a/src/Master.cpp +++ b/src/Master.cpp @@ -96,7 +96,7 @@ void Master::stopNow() { Logger::Info("Attempting to stop file-writing (quickly)."); if (CurrentStreamController != nullptr) { CurrentStreamController->stop(); - CurrentStreamController->setStopTime(system_clock::now()); + // CurrentStreamController->setStopTime(system_clock::now()); } setStopTimeInternal(time_point{0ms}); }