X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Famqp.c;h=6c1844889eac13b93835bd7bedb98c662518cef2;hb=849f5394cce97a76da080f6cd9e5194b7f4ee0f0;hp=a8df88819b7909dd62963cefba94445145f18df7;hpb=ac6580fd886d45a66506fe710a6fea0f48368dcb;p=collectd.git 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;