X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fceph.c;h=cc13a608fbdedae69af1ff16f1e9a3d0ccb23e0f;hp=3accbd3f80d20a8d9b3c5c8e28af961c2d613aa9;hb=7b8851b26928b609ce850e78c1eabb50ff319244;hpb=6f30c750cc555fb016db827cd5ff6e1e1c2cc87e diff --git a/src/ceph.c b/src/ceph.c index 3accbd3f..cc13a608 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;