Skip to content

Commit 49c5e55

Browse files
Johan Hedbergjhedberg
authored andcommitted
Bluetooth: Mesh: Log information about the on-behalf-of flag
Signed-off-by: Johan Hedberg <[email protected]>
1 parent b123799 commit 49c5e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/host/mesh/transport.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ static int send_ack(struct bt_mesh_subnet *sub, u16_t src, u16_t dst,
919919
u16_t seq_zero = *seq_auth & 0x1fff;
920920
u8_t buf[6];
921921

922-
BT_DBG("SeqZero 0x%04x Block 0x%08x", seq_zero, block);
922+
BT_DBG("SeqZero 0x%04x Block 0x%08x OBO %u", seq_zero, block, obo);
923923

924924
if (bt_mesh_lpn_established()) {
925925
BT_WARN("Not sending ack when LPN is enabled");

0 commit comments

Comments
 (0)