summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/osx/osxbtgcdtimer.mm
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2019-09-25 11:37:30 +0200
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2019-09-26 14:38:42 +0200
commit2be747ece1872d9d4652f82734d782320cf833ac (patch)
treeb2ebcd8ee9ad2879dccd8306f16af0c153db6fcb /src/bluetooth/osx/osxbtgcdtimer.mm
parenta843b2c536ecc15f80e8654a2c3f2a5b335b8ad5 (diff)
Rename the Darwin-specific logging category
QT_BT_OSX -> QT_BT_DARWIN. Merge two previous definitions into one, no need to differentiate between tvOS/watchOS/iOS/macOS - they are all Darwin-based. Change-Id: I024d36c798292ffa14f8a9f3def242a5ae7b1e56 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/bluetooth/osx/osxbtgcdtimer.mm')
-rw-r--r--src/bluetooth/osx/osxbtgcdtimer.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/osx/osxbtgcdtimer.mm b/src/bluetooth/osx/osxbtgcdtimer.mm
index a3e154f2..b849c9cc 100644
--- a/src/bluetooth/osx/osxbtgcdtimer.mm
+++ b/src/bluetooth/osx/osxbtgcdtimer.mm
@@ -92,7 +92,7 @@ using namespace DarwinBluetooth;
}
if (ms <= 0 || stepMS <= 0) {
- qCWarning(QT_BT_OSX, "Invalid timeout/step parameters");
+ qCWarning(QT_BT_DARWIN, "Invalid timeout/step parameters");
return;
}