summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorN Balachandran <nbalacha@redhat.com>2016-03-16 13:08:23 +0530
committerJeff Darcy <jdarcy@redhat.com>2016-03-17 09:56:55 -0700
commit3d5bbe93c5793a78ddef015cd18ac4675cd76344 (patch)
treea820944daaf0bb5a78f965ac9707e776f94188ca
parentd8ec29ae63b2efeed5da3252b4e468e07f9de4a8 (diff)
storage/posix: Typo in log message
Fixed missing spaces between some words in a log message. Signed-off-by: N Balachandran <nbalacha@redhat.com> Change-Id: I24398e6dd2ab83956827fc905f43cffd7e699c51 BUG: 1318107 Reviewed-on: http://review.gluster.org/13747 Smoke: Gluster Build System <jenkins@build.gluster.com> Tested-by: N Balachandran <nbalacha@redhat.com> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
-rw-r--r--xlators/storage/posix/src/posix.c12
1 files changed, 6 insertions, 6 deletions
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
- : "<NULL>");
+ 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 : "<NULL>");
}
}