summaryrefslogtreecommitdiff
path: root/examples/amqp_listen.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/amqp_listen.c')
-rw-r--r--examples/amqp_listen.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/amqp_listen.c b/examples/amqp_listen.c
index ca7d538..3f86830 100644
--- a/examples/amqp_listen.c
+++ b/examples/amqp_listen.c
@@ -126,6 +126,9 @@ int main(int argc, char const *const *argv)
(int) envelope.message.properties.content_type.len,
(char *) envelope.message.properties.content_type.bytes);
}
+ printf("----\n");
+
+ amqp_dump(envelope.message.body.bytes, envelope.message.body.len);
amqp_destroy_envelope(&envelope);
}