From 9fa7195f0f2b8e7148215df564240dbfdad34935 Mon Sep 17 00:00:00 2001 From: Fabian Bumberger Date: Tue, 17 Sep 2013 16:30:32 +0200 Subject: Lower the verbosity of bluetooth Remove some qDebug statements and change qDebugs to qWarning in case of an error. Task-number: QTBUG-32253 Change-Id: Ia647d3f485cae56cc9f9c6725400f5b4617b7bf7 Reviewed-by: Alex Blasche --- src/bluetooth/qbluetoothserviceinfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bluetooth/qbluetoothserviceinfo.cpp') diff --git a/src/bluetooth/qbluetoothserviceinfo.cpp b/src/bluetooth/qbluetoothserviceinfo.cpp index 8586bf38..4e2c0499 100644 --- a/src/bluetooth/qbluetoothserviceinfo.cpp +++ b/src/bluetooth/qbluetoothserviceinfo.cpp @@ -398,8 +398,8 @@ void QBluetoothServiceInfo::setDevice(const QBluetoothDeviceInfo &device) */ void QBluetoothServiceInfo::setAttribute(quint16 attributeId, const QVariant &value) { - if (value.type() == QVariant::List) - qDebug() << "tried attribute with type QVariantList" << value; +// if (value.type() == QVariant::List) +// qDebug() << "tried attribute with type QVariantList" << value; d_ptr->attributes[attributeId] = value; -- cgit v1.2.3