Fix: consumer.c: wrong order of parameter in `DBG()` statement
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 6 Jul 2020 16:31:00 +0000 (12:31 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 6 Jul 2020 19:33:33 +0000 (15:33 -0400)
commit874499e2b07b8b4cbafe656f1176a66edd48b716
treedd1cf2a11af70efa0c1c40c2086f22040820f42c
parent8b3be07a094ad88c73990d5c945ac1b24582f479
Fix: consumer.c: wrong order of parameter in `DBG()` statement

This debug statement is printing the padded_subbuf_size as the
subbuf_size and inversely.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: I8c719e21999ffaa8df2de6089b65b90f1b211a72
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/consumer/consumer.c
This page took 0.025156 seconds and 4 git commands to generate.