diff --git a/obexd/client/bluetooth.c b/obexd/client/bluetooth.c
index e453b68..a832a3f 100644
--- a/obexd/client/bluetooth.c
+++ b/obexd/client/bluetooth.c
sdp_session_t *sdp;
GIOChannel *io;
+ DBG("");
+
sdp = sdp_connect(src, dst, SDP_NON_BLOCKING);
if (sdp == NULL)
return NULL;
{
int err;
+ DBG("session %p", session);
+
if (session->port > 0) {
session->io = transport_connect(&session->src, &session->dst,
session->port,
struct bluetooth_session *session;
static guint id = 0;
- DBG("");
+ DBG("src %s dest %s service %s port %u",
+ source, destination, service, port);
if (destination == NULL)
return 0;