summaryrefslogtreecommitdiff
path: root/examples/amqp_consumer.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/amqp_consumer.c')
-rw-r--r--examples/amqp_consumer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/amqp_consumer.c b/examples/amqp_consumer.c
index 188abce..cfb5118 100644
--- a/examples/amqp_consumer.c
+++ b/examples/amqp_consumer.c
@@ -130,7 +130,7 @@ static void run(amqp_connection_state_t conn)
return;
default:
- fprintf(stderr ,"An unexpected method was received %d\n", frame.payload.method.id);
+ fprintf(stderr ,"An unexpected method was received %u\n", frame.payload.method.id);
return;
}
}