diff options
Diffstat (limited to 'metawatch')
-rw-r--r-- | metawatch/metawatchscanner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metawatch/metawatchscanner.cpp b/metawatch/metawatchscanner.cpp index 418500c..99ccc93 100644 --- a/metawatch/metawatchscanner.cpp +++ b/metawatch/metawatchscanner.cpp @@ -34,7 +34,7 @@ void MetaWatchScanner::handleDiscoveredService(const QBluetoothServiceInfo &info QVariantMap foundInfo; foundInfo["address"] = dev.address().toString(); foundInfo["name"] = deviceName; - qDebug() << "metawatch bluetooth scan found" << deviceName; + qDebug() << "metawatch bluetooth scan found:" << deviceName; if (deviceName.contains("Digital", Qt::CaseInsensitive)) { foundInfo["driver"] = QString("metawatch-digital"); emit watchFound(foundInfo); |