summaryrefslogtreecommitdiffstats
path: root/common/bouncebuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/bouncebuf.c')
-rw-r--r--common/bouncebuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bouncebuf.c b/common/bouncebuf.c
index 9eece6d758..054d9e0302 100644
--- a/common/bouncebuf.c
+++ b/common/bouncebuf.c
@@ -23,7 +23,7 @@ static int addr_aligned(struct bounce_buffer *state)
/* Check if length is aligned */
if (state->len != state->len_aligned) {
- debug("Unaligned buffer length %d\n", state->len);
+ debug("Unaligned buffer length %zu\n", state->len);
return 0;
}
OpenPOWER on IntegriCloud