diff --git a/obexd/src/obex.c b/obexd/src/obex.c
index d89f41c..4e3ec48 100644
--- a/obexd/src/obex.c
+++ b/obexd/src/obex.c
int32_t len = 0;
const uint8_t *buffer;
+ DBG("name=%s type=%s rx_mtu=%d file=%p",
+ os->name ? os->name : "", os->type ? os->type : "",
+ os->rx_mtu, os->object);
+
if (os->aborted)
return -EPERM;
unsigned int flags;
uint8_t hi;
- DBG("obex_write_stream: name=%s type=%s tx_mtu=%d file=%p",
+ DBG("name=%s type=%s tx_mtu=%d file=%p",
os->name ? os->name : "", os->type ? os->type : "",
os->tx_mtu, os->object);