From 3d5bbe93c5793a78ddef015cd18ac4675cd76344 Mon Sep 17 00:00:00 2001 From: N Balachandran Date: Wed, 16 Mar 2016 13:08:23 +0530 Subject: storage/posix: Typo in log message Fixed missing spaces between some words in a log message. Signed-off-by: N Balachandran Change-Id: I24398e6dd2ab83956827fc905f43cffd7e699c51 BUG: 1318107 Reviewed-on: http://review.gluster.org/13747 Smoke: Gluster Build System Tested-by: N Balachandran NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Jeff Darcy --- xlators/storage/posix/src/posix.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'xlators/storage') diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 6e6d9893936..dcd54bd35d6 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -1454,12 +1454,12 @@ posix_mkdir (call_frame_t *frame, xlator_t *this, gfid_path, size); gf_msg (this->name, GF_LOG_WARNING, 0, - P_MSG_DIR_OF_SAME_ID, "mkdir (%s): gfid (%s) is" - "already associated with directory (%s). Hence," - "both directories will share same gfid and this" - "can lead to inconsistencies.", loc->path, - uuid_utoa (uuid_req), gfid_path ? gfid_path - : ""); + P_MSG_DIR_OF_SAME_ID, "mkdir (%s): gfid (%s) " + "is already associated with directory (%s). " + "Hence, both directories will share same gfid " + "and this can lead to inconsistencies.", + loc->path, uuid_utoa (uuid_req), + gfid_path ? gfid_path : ""); } } -- cgit