From 68c1cd6ac3eb077101ef9a5ca560d1d7cbb82c7e Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Tue, 25 Nov 2014 23:09:03 +0100 Subject: minor style fixes --- src/controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/controller.cpp') 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; } -- cgit v1.2.3