From e03559c20ab37f1a7db54a367258bb1cd005e50d Mon Sep 17 00:00:00 2001 From: Nithya Balachandran Date: Wed, 3 Sep 2014 14:18:00 +0530 Subject: storage/posix : Missing space in log message Added a space in a log message Change-Id: Iabd50e6b5c9ff4673f59d6b52b785894b3dcdaf9 BUG: 1116150 Signed-off-by: Nithya Balachandran Reviewed-on: http://review.gluster.org/8585 Reviewed-by: Vijay Bellur Tested-by: Gluster Build System --- xlators/storage/posix/src/posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 21947486490..1f9e00169bb 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -1367,7 +1367,7 @@ posix_unlink_gfid_handle_and_entry (xlator_t *this, const char *real_path, if (ret) { gf_log (this->name, GF_LOG_ERROR, "unlink of gfid handle failed for path:%s with" - "gfid %s with errno:%s", real_path, + " gfid %s with errno:%s", real_path, uuid_utoa (stbuf->ia_gfid), strerror (errno)); } } -- cgit