[PATCH btbridge v4 2/6] Increase debugging output when receiving a response to message from dbus

Andrew Jeffery andrew at aj.id.au
Thu May 19 13:45:53 AEST 2016


On Tue, 2016-05-03 at 20:10 -0500, OpenBMC Patches wrote:
> From: Cyril Bur <cyril.bur at au1.ibm.com>
> 
> Signed-off-by: Cyril Bur <cyril.bur at au1.ibm.com>

Reviewed-by: Andrew Jeffery <andrew at aj.id.au>

> ---
>  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;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.ozlabs.org/pipermail/openbmc/attachments/20160519/1cbe5aa2/attachment.sig>


More information about the openbmc mailing list