diff options
| author | Kaushal M <kaushal@redhat.com> | 2012-05-04 12:27:16 +0530 | 
|---|---|---|
| committer | Vijay Bellur <vijay@gluster.com> | 2012-05-04 23:41:28 -0700 | 
| commit | 3651c7425ef41eae70d86b67151b62e8b6d5a3fc (patch) | |
| tree | 7c5208c4bf29604aacec561576a7b7fea1530ee4 | |
| parent | 44c152bd8feb089b8b6d7124f88d0d97cd80bdf2 (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>
| -rwxr-xr-x | xlators/mount/fuse/utils/mount.glusterfs.in | 2 | 
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 aef0939db62..37cc2f9f60a 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 ;;  | 
