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