summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
authorPranith Kumar K <pkarampu@redhat.com>2019-02-26 14:27:33 +0530
committerAmar Tumballi <amarts@redhat.com>2019-03-15 15:19:20 +0000
commit4d98b55eadf46beb35de88e6584c694ec75cd49d (patch)
treec976784dcd319ec8e7df740672065cd253e74d01 /xlators
parent240e1d6821fbb779c3dd73f6f0225d755a5b7cc6 (diff)
mount/fuse: Fix spelling mistake
updates bz#1193929 Change-Id: I55ffa8f086ad9570f2526d91c196d7de9ffe6add Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Diffstat (limited to 'xlators')
-rw-r--r--xlators/mount/fuse/src/fuse-bridge.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c
index 492ce970ff2..04e814e297d 100644
--- a/xlators/mount/fuse/src/fuse-bridge.c
+++ b/xlators/mount/fuse/src/fuse-bridge.c
@@ -6069,7 +6069,8 @@ fuse_thread_proc(void *data)
if (dict_get(this->options, ZR_MOUNTPOINT_OPT))
mount_point = data_to_str(dict_get(this->options, ZR_MOUNTPOINT_OPT));
if (mount_point) {
- gf_log(this->name, GF_LOG_INFO, "initating unmount of %s", mount_point);
+ gf_log(this->name, GF_LOG_INFO, "initiating unmount of %s",
+ mount_point);
}
/* Kill the whole process, not just this thread. */