summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseniy-Movshev <dodoradio@outlook.com>2023-05-31 12:59:37 +0100
committerArseniy-Movshev <dodoradio@outlook.com>2023-06-01 13:32:13 +0100
commite7e96569da0a2c06f48367ba27fe30f5b43adaba (patch)
treec409deee53639409acb14ab0ca68e8e2cacd2691
parentac1608d683021bc196293c283f293fb10b989aa7 (diff)
Trigger a recording when the daemon starts
Diffstat (limited to '')
-rw-r--r--daemon/logger.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/logger.cpp b/daemon/logger.cpp
index 4488a03..9e0450e 100644
--- a/daemon/logger.cpp
+++ b/daemon/logger.cpp
@@ -57,6 +57,7 @@ void Logger::setup() {
qDebug() << "healthd connected display_status signal to slot";
}
qDebug() << "healthd sensors logger initialised";
+ this->triggerRecording();
}
void Logger::resetup() {