summaryrefslogtreecommitdiff
path: root/daemon/logger.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--daemon/logger.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/logger.cpp b/daemon/logger.cpp
index d4b4d14..76f6e25 100644
--- a/daemon/logger.cpp
+++ b/daemon/logger.cpp
@@ -55,9 +55,9 @@ void Logger::setup() {
qDebug() << m_iface->lastError();
}
if(connect(m_iface, SIGNAL(display_status_ind(QString)), this, SLOT(displayOn(QString)))) { //this fires when the display turns on
- qDebug() << "healthd connected display_status signal to slot";
+ qDebug() << "connected display_status signal to slot";
}
- qDebug() << "healthd sensors logger initialised";
+ qDebug() << "sensorlogd setup complete";
this->triggerRecording();
}