From 0892c7800dd23f84dea9083c337fb01ab34bfa76 Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Mon, 4 Nov 2019 13:06:47 +0200 Subject: [PATCH] Update recorder to start timer --- applications/recorder/src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/applications/recorder/src/main.cpp b/applications/recorder/src/main.cpp index c00daa975..58966e176 100644 --- a/applications/recorder/src/main.cpp +++ b/applications/recorder/src/main.cpp @@ -197,6 +197,9 @@ static void run(ftl::Configurable *root) { return true; }); + LOG(INFO) << "Start timer"; + ftl::timer::start(true); + LOG(INFO) << "Shutting down..."; ftl::timer::stop(); slave.stop(); -- GitLab