summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothlocaldevice_qnx.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-01-07 10:07:37 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-08 08:52:57 +0100
commitbbbaa123f63f675762309f4c7fe1bb2256670fd9 (patch)
treedec9a07e002d9ce14ca27076c2bc49f26e274c9b /src/bluetooth/qbluetoothlocaldevice_qnx.cpp
parent4a772a14761a7a0a9ebb2766b9d78189f60b0cd4 (diff)
Fix remaining uncategorized debug/warning messages (catchup in dev)
The initial change was done in stable. After merging it to dev new code paths required a similar treatment. Task-number: QTBUG-32253 Change-Id: I745928f28c35ce9c0e601df6e11eb21c9f17ca7a Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothlocaldevice_qnx.cpp')
-rw-r--r--src/bluetooth/qbluetoothlocaldevice_qnx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothlocaldevice_qnx.cpp b/src/bluetooth/qbluetoothlocaldevice_qnx.cpp
index c3159a60..1bfbe530 100644
--- a/src/bluetooth/qbluetoothlocaldevice_qnx.cpp
+++ b/src/bluetooth/qbluetoothlocaldevice_qnx.cpp
@@ -106,7 +106,7 @@ QList<QBluetoothAddress> QBluetoothLocalDevice::connectedDevices() const
int fileId;
const char *filePath = QByteArray("/pps/services/bluetooth/remote_devices/").append(allFiles.at(i).toUtf8().constData()).constData();
if ((fileId = qt_safe_open(filePath, O_RDONLY)) == -1)
- qWarning() << "Failed to open remote device file";
+ qCWarning(QT_BT_QNX) << "Failed to open remote device file";
else {
pps_decoder_t ppsDecoder;
pps_decoder_initialize(&ppsDecoder, 0);