[PATCH btbridge v4 2/6] Increase debugging output when receiving a response to message from dbus
OpenBMC Patches
openbmc-patches at stwcx.xyz
Wed May 4 11:10:04 AEST 2016
From: Cyril Bur <cyril.bur at au1.ibm.com>
Signed-off-by: Cyril Bur <cyril.bur at au1.ibm.com>
---
btbridged.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/btbridged.c b/btbridged.c
index 3e261a9..be25eb9 100644
--- a/btbridged.c
+++ b/btbridged.c
@@ -317,6 +317,8 @@ static int method_send_message(sd_bus_message *msg, void *userdata, sd_bus_error
goto out;
}
MSG_OUT("Received a dbus response for msg with seq 0x%02x\n", seq);
+ MSG_OUT("(netfn 0x%02x lun 0x%02x cmd 0x%02x cc 0x%02x with data of size %lu)\n",
+ netfn, lun, cmd, cc, data_sz);
bt_msg->call = sd_bus_message_ref(msg);
bt_msg->rsp.netfn = netfn;
bt_msg->rsp.lun = lun;
--
2.8.1
More information about the openbmc
mailing list