summaryrefslogtreecommitdiff
path: root/examples/amqps_listen.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/amqps_listen.c')
-rw-r--r--examples/amqps_listen.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/amqps_listen.c b/examples/amqps_listen.c
index 44bb88c..fe1b86f 100644
--- a/examples/amqps_listen.c
+++ b/examples/amqps_listen.c
@@ -143,6 +143,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);
}