summaryrefslogtreecommitdiffstats
path: root/rpc/glfs-operations.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/glfs-operations.c')
-rw-r--r--rpc/glfs-operations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/glfs-operations.c b/rpc/glfs-operations.c
index 341a6e2..600174a 100644
--- a/rpc/glfs-operations.c
+++ b/rpc/glfs-operations.c
@@ -145,7 +145,7 @@ glusterBlockCreateEntry(struct glfs *glfs, blockCreateCli *blk, char *gbid,
blk->storage, gbid, blk->volume, blk->block_name, strerror(errno));
GB_ASPRINTF(errMsg,
"glfs_link(%s, %s) on volume %s for block %s failed [%s]",
- blk->storage, gbid, strerror(errno));
+ blk->storage, gbid, blk->volume, blk->block_name, strerror(errno));
goto out;
}
} else {