X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fceph.c;h=df4a720e6f0794ba2c8fd49a248145685cb0b565;hb=849f5394cce97a76da080f6cd9e5194b7f4ee0f0;hp=73140a54a7deb05194bafc8a1e2312dfab80f551;hpb=8abc14ed0b74a224b4c561cb86997f9e26c432de;p=collectd.git diff --git a/src/ceph.c b/src/ceph.c index 73140a54..df4a720e 100644 --- a/src/ceph.c +++ b/src/ceph.c @@ -1341,7 +1341,7 @@ static int cconn_main_loop(uint32_t request_type) { struct cconn *io = io_array + i; ret = cconn_prepare(io, fds + nfds); if (ret < 0) { - WARNING("ceph plugin: cconn_prepare(name=%s,i=%zu,st=%d)=%d", + WARNING("ceph plugin: cconn_prepare(name=%s,i=%" PRIsz ",st=%d)=%d", io->d->name, i, io->state, ret); cconn_close(io); io->request_type = ASOK_REQ_NONE;