summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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. */