X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fpowerdns.c;h=729a15b473dbcec0dcfbc2ca8387e5d060f08e12;hp=efeeb3130afa316d4738d00121a0ada72dc4474b;hb=a9e50e9e30ecde17e167e271060c8183bfcbf407;hpb=109aa67e9a982321af6547b92b5b2b6c8ae2c244 diff --git a/src/powerdns.c b/src/powerdns.c index efeeb313..729a15b4 100644 --- a/src/powerdns.c +++ b/src/powerdns.c @@ -352,7 +352,7 @@ static void submit(const char *plugin_instance, /* {{{ */ } if (ds->ds_num != 1) { - ERROR("powerdns plugin: type `%s' has %zu data sources, " + ERROR("powerdns plugin: type `%s' has %" PRIsz " data sources, " "but I can only handle one.", type, ds->ds_num); return;