summaryrefslogtreecommitdiffstats
path: root/xlators/mount/fuse/utils
diff options
context:
space:
mode:
authorKaushal M <kaushal@redhat.com>2012-05-04 12:27:16 +0530
committerVijay Bellur <vijay@gluster.com>2012-05-04 23:41:28 -0700
commit3651c7425ef41eae70d86b67151b62e8b6d5a3fc (patch)
tree7c5208c4bf29604aacec561576a7b7fea1530ee4 /xlators/mount/fuse/utils
parent44c152bd8feb089b8b6d7124f88d0d97cd80bdf2 (diff)
mount.glusterfs: Fix log-level
Change-Id: Ia5ad073ba384e1569970ada8763a8bf9bccbc9c4 BUG: 818835 Signed-off-by: Kaushal M <kaushal@redhat.com> Reviewed-on: http://review.gluster.com/3272 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'xlators/mount/fuse/utils')
-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 ;;