d2787b
From 868d346cc35c222d19b95bd9c367674c9ea859df Mon Sep 17 00:00:00 2001
d2787b
From: Vinayakswami Hariharmath <vharihar@redhat.com>
d2787b
Date: Tue, 15 Dec 2020 16:23:49 +0530
d2787b
Subject: [PATCH 511/511] features/shard: Missing format specifier
d2787b
d2787b
PRIu64 format specifier explicitly needs (percent sign) as
d2787b
prefix and that was missing as part of the below commit on
d2787b
downstream
d2787b
d2787b
https://code.engineering.redhat.com/gerrit/#/c/221061/
d2787b
d2787b
BUG: 1752739
d2787b
Change-Id: I354de58796f350eb1aa42fcdf8092ca2e69ccbb6
d2787b
d2787b
Signed-off-by: Vinayakswami Hariharmath <vharihar@redhat.com>
d2787b
Change-Id: I4598893e3fcca3a2b3e6e8ef9b64b3e5e98923e6
d2787b
Reviewed-on: https://code.engineering.redhat.com/gerrit/221217
d2787b
Tested-by: RHGS Build Bot <nigelb@redhat.com>
d2787b
Reviewed-by: Ravishankar Narayanankutty <ravishankar@redhat.com>
d2787b
---
d2787b
 xlators/features/shard/src/shard.c | 2 +-
d2787b
 1 file changed, 1 insertion(+), 1 deletion(-)
d2787b
d2787b
diff --git a/xlators/features/shard/src/shard.c b/xlators/features/shard/src/shard.c
d2787b
index a967f35..099b062 100644
d2787b
--- a/xlators/features/shard/src/shard.c
d2787b
+++ b/xlators/features/shard/src/shard.c
d2787b
@@ -1855,7 +1855,7 @@ int shard_truncate_last_shard(call_frame_t *frame, xlator_t *this,
d2787b
    */
d2787b
   if (!inode) {
d2787b
     gf_msg_debug(this->name, 0,
d2787b
-                 "Last shard to be truncated absent in backend: " PRIu64
d2787b
+                 "Last shard to be truncated absent in backend:%" PRIu64
d2787b
                  " of gfid: %s. Directly proceeding to update file size",
d2787b
                  local->first_block, uuid_utoa(local->loc.inode->gfid));
d2787b
     shard_update_file_size(frame, this, NULL, &local->loc,
d2787b
-- 
d2787b
1.8.3.1
d2787b