session: Show unitsize of the received data.

This commit is contained in:
Uwe Hermann 2014-04-25 19:34:41 +02:00
parent bdf6c50c93
commit 7ea458625c
1 changed files with 2 additions and 2 deletions

View File

@ -507,8 +507,8 @@ static void datafeed_dump(const struct sr_datafeed_packet *packet)
break;
case SR_DF_LOGIC:
logic = packet->payload;
sr_dbg("bus: Received SR_DF_LOGIC packet (%" PRIu64 " bytes).",
logic->length);
sr_dbg("bus: Received SR_DF_LOGIC packet (%" PRIu64 " bytes, "
"unitsize = %d).", logic->length, logic->unitsize);
break;
case SR_DF_ANALOG:
analog = packet->payload;