diff options
author | Csaba Henk <csaba@lowlife.hu> | 2010-10-26 03:56:32 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-10-26 22:55:49 -0700 |
commit | 9272cce5feb55c6526078f2d1440bb0d0591d651 (patch) | |
tree | 8572ae65f00e918faeb65e257e8bc068b08ec38c /xlators/mount | |
parent | 81e718ab513e2cdf1b1e22b268c5798752d79cc1 (diff) |
fuse: "terminating upon EBADF" log message is confusing, set its level to DEBUG
Signed-off-by: Csaba Henk <csaba@lowlife.hu>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1887 (logging mess)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1887
Diffstat (limited to 'xlators/mount')
-rw-r--r-- | xlators/mount/fuse/src/fuse-bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index 8ddf9ee171b..8793e697be9 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -3099,7 +3099,7 @@ fuse_thread_proc (void *data) if (res == -1) { if (errno == ENODEV || errno == EBADF) { - gf_log ("glusterfs-fuse", GF_LOG_NORMAL, + gf_log ("glusterfs-fuse", GF_LOG_DEBUG, "terminating upon getting %s when " "reading /dev/fuse", errno == ENODEV ? "ENODEV" : "EBADF"); |