diff options
author | Nithya Balachandran <nbalacha@redhat.com> | 2014-09-03 14:18:00 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-09-03 03:40:19 -0700 |
commit | e03559c20ab37f1a7db54a367258bb1cd005e50d (patch) | |
tree | 4728bb957a590cace98f7309df836bbddfc986c7 /xlators/storage | |
parent | 2c4c1918e3a65f1b8a30b2e321c325c3c3aed950 (diff) |
storage/posix : Missing space in log message
Added a space in a log message
Change-Id: Iabd50e6b5c9ff4673f59d6b52b785894b3dcdaf9
BUG: 1116150
Signed-off-by: Nithya Balachandran <nbalacha@redhat.com>
Reviewed-on: http://review.gluster.org/8585
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators/storage')
-rw-r--r-- | xlators/storage/posix/src/posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } } |