summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/storage/posix/src')
-rw-r--r--xlators/storage/posix/src/posix-inode-fd-ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix-inode-fd-ops.c b/xlators/storage/posix/src/posix-inode-fd-ops.c
index bd1279cabb1..bbbc4e5b80f 100644
--- a/xlators/storage/posix/src/posix-inode-fd-ops.c
+++ b/xlators/storage/posix/src/posix-inode-fd-ops.c
@@ -4509,7 +4509,7 @@ posix_common_removexattr(call_frame_t *frame, loc_t *loc, fd_t *fd,
ret = posix_fdstat(this, inode, _fd, &preop);
if (ret) {
gf_msg(this->name, GF_LOG_WARNING, errno, P_MSG_FDSTAT_FAILED,
- "fdstat operaton failed on %s", real_path);
+ "fdstat operaton failed on %s", real_path ? real_path : "");
}
}