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