summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
Diffstat (limited to 'xlators')
-rwxr-xr-xxlators/mount/fuse/utils/mount.glusterfs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mount/fuse/utils/mount.glusterfs.in b/xlators/mount/fuse/utils/mount.glusterfs.in
index aef0939db..37cc2f9f6 100755
--- a/xlators/mount/fuse/utils/mount.glusterfs.in
+++ b/xlators/mount/fuse/utils/mount.glusterfs.in
@@ -286,7 +286,7 @@ main ()
read key value < <(echo "$pair" | tr "=" " ")
# Handle options with values.
case "$key" in
- "log-level") new_log_level=$value ;;
+ "log-level") log_level_str=$value ;;
"log-file") log_file=$value ;;
"transport") transport=$value ;;
"direct-io-mode") direct_io_mode=$value ;;