From 4d98b55eadf46beb35de88e6584c694ec75cd49d Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Tue, 26 Feb 2019 14:27:33 +0530 Subject: mount/fuse: Fix spelling mistake updates bz#1193929 Change-Id: I55ffa8f086ad9570f2526d91c196d7de9ffe6add Signed-off-by: Pranith Kumar K --- xlators/mount/fuse/src/fuse-bridge.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */ -- cgit