From 3ecdf95b03e96e9540a9664feae23e88f117eb1f Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Thu, 16 Jan 2014 11:43:45 +0100 Subject: 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 Reviewed-by: Alex Blasche --- src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/bluetooth') 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)); -- cgit v1.2.3