X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Famqp.c;h=6c1844889eac13b93835bd7bedb98c662518cef2;hp=a8df88819b7909dd62963cefba94445145f18df7;hb=77ca1a45bab2f6adf9301723d0db68e5813a6d98;hpb=a18496a4ac759552fd4dac1d2c661fb50285b1a1 diff --git a/src/amqp.c b/src/amqp.c index a8df8881..6c184488 100644 --- a/src/amqp.c +++ b/src/amqp.c @@ -503,7 +503,7 @@ static int camqp_connect(camqp_config_t *conf) /* {{{ */ static int camqp_shutdown(void) /* {{{ */ { - DEBUG("amqp plugin: Shutting down %zu subscriber threads.", + DEBUG("amqp plugin: Shutting down %" PRIsz " subscriber threads.", subscriber_threads_num); subscriber_threads_running = 0;