summaryrefslogtreecommitdiffstats
path: root/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
diff options
context:
space:
mode:
authorAndrew Stanley-Jones <andrew.stanley-jones@nokia.com>2010-10-29 08:54:02 +1000
committerAndrew Stanley-Jones <andrew.stanley-jones@nokia.com>2010-11-03 13:09:29 +1000
commita07d5de13a2235eeecb5ef2d15c07a23d3ad4ce8 (patch)
treed2687e29b1e2e26f29f75b97af051730c8989bbe /src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
parent6771d8efd60e4dfa145879048576a5cff5f094ae (diff)
Bluetooth updates and fixes for cross platform
Diffstat (limited to 'src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp')
-rw-r--r--src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp b/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
index 18c5da9da1..50f843c966 100644
--- a/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
+++ b/src/connectivity/bluetooth/qbluetoothserviceinfo_bluez.cpp
@@ -276,6 +276,8 @@ bool QBluetoothServiceInfoPrivate::registerService() const
stream.writeEndDocument();
+ qDebug() << "xml record: " << xmlServiceRecord;
+
if (!registered) {
QDBusPendingReply<uint> reply = service->AddRecord(xmlServiceRecord);
reply.waitForFinished();