summaryrefslogtreecommitdiff
path: root/src/controller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller.cpp')
-rw-r--r--src/controller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.cpp b/src/controller.cpp
index 35d6dae..745f921 100644
--- a/src/controller.cpp
+++ b/src/controller.cpp
@@ -107,7 +107,7 @@ void Controller::connectToDevice()
_address = address;
if (_address.isEmpty()) {
- qDebug() << "Empty address, doing nothing except wasting memory";
+ qDebug() << "Empty address, will do nothing until address is set in config";
return;
}