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