diff options
Diffstat (limited to 'xlators/experimental/jbr-server')
-rw-r--r-- | xlators/experimental/jbr-server/src/jbr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/experimental/jbr-server/src/jbr.c b/xlators/experimental/jbr-server/src/jbr.c index e1eed3f6094..e07c511f4a9 100644 --- a/xlators/experimental/jbr-server/src/jbr.c +++ b/xlators/experimental/jbr-server/src/jbr.c @@ -1258,7 +1258,7 @@ jbr_next_entry (call_frame_t *frame, xlator_t *this) op_errno = EIO; gf_msg (this->name, GF_LOG_ERROR, 0, J_MSG_SYS_CALL_FAILURE, - "got %ld/%d bytes for next entry", + "got %zd/%d bytes for next entry", nbytes, CHANGELOG_ENTRY_SIZE); } goto err; |