ceph: use %zu for len in ceph_fill_inline_data()
authorIlya Dryomov <idryomov@redhat.com>
Fri, 19 Dec 2014 10:10:10 +0000 (13:10 +0300)
committerIlya Dryomov <idryomov@redhat.com>
Thu, 8 Jan 2015 17:36:56 +0000 (20:36 +0300)
len is size_t, should be printed with %zu.

Signed-off-by: Ilya Dryomov <idryomov@redhat.com>

No differences found