summaryrefslogtreecommitdiff
path: root/libsowatchbt
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatchbt')
-rw-r--r--libsowatchbt/bluetoothwatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsowatchbt/bluetoothwatch.cpp b/libsowatchbt/bluetoothwatch.cpp
index d8a2451..50d521b 100644
--- a/libsowatchbt/bluetoothwatch.cpp
+++ b/libsowatchbt/bluetoothwatch.cpp
@@ -32,7 +32,7 @@ BluetoothWatch::BluetoothWatch(const QBluetoothAddress& address, QObject *parent
// (To give time for other plugins to initialize, etc.)
scheduleConnect();
} else {
- qDebug() << "Not starting MetaWatch connection because BT is off";
+ qDebug() << "Not starting watch connection because BT is off";
}
}