diff options
-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)); } } |