summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-01-16 11:43:45 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-17 07:58:18 +0100
commit3ecdf95b03e96e9540a9664feae23e88f117eb1f (patch)
tree9551e9317a744fb56ab23c1ba5dbc25ef51eec90 /src/bluetooth
parentcb1ebc687df22fa80c5b4e6f78af730b1a581ac8 (diff)
Reduce SDP discovery debug output on Bluez
Printing the entire SDP xml is just too verbose. This reduces the output by multiple pages. Change-Id: I08ffb7799f3c9f5a61de224e58e565719d44b81b Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth')
-rw-r--r--src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp b/src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp
index 7d7e1bb4..8f969ef6 100644
--- a/src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp
+++ b/src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp
@@ -199,8 +199,6 @@ void QBluetoothServiceDiscoveryAgentPrivate::_q_discoveredServices(QDBusPendingC
foreach (const QString &record, reply.value()) {
QXmlStreamReader xml(record);
- qCDebug(QT_BT_BLUEZ) << "Service xml" << record;
-
QBluetoothServiceInfo serviceInfo;
serviceInfo.setDevice(discoveredDevices.at(0));