summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAnoop C S <achiraya@redhat.com>2015-04-24 17:32:18 +0530
committerVijay Bellur <vbellur@redhat.com>2015-04-24 22:26:26 -0700
commit1b309fd9f80a84f1ccde59dca4a4362213e70f7f (patch)
treed0874a7b86ded5b3bf42709bbbd108d1149e2682 /api
parent405b10cc8aeb812994ac8d86e76350afbec2fcaa (diff)
gfapi: Reduce the log-level from ERROR to TRACE
Change-Id: I0b87f8ccc755a32ac64547c5f5973ea5c468018f BUG: 1202274 Signed-off-by: Anoop C S <achiraya@redhat.com> Reviewed-on: http://review.gluster.org/10364 Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com> Reviewed-by: Poornima G <pgurusid@redhat.com> Reviewed-by: soumya k <skoduri@redhat.com> Reviewed-by: Niels de Vos <ndevos@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Tested-by: NetBSD Build System
Diffstat (limited to 'api')
-rw-r--r--api/src/glfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/glfs.c b/api/src/glfs.c
index efc9e1f3635..88fa187c229 100644
--- a/api/src/glfs.c
+++ b/api/src/glfs.c
@@ -1005,7 +1005,7 @@ pub_glfs_fini (struct glfs *fs)
{
/* Do we need to increase countdown? */
if ((!call_pool->cnt) && (!fs->pin_refcnt)) {
- gf_log ("glfs", GF_LOG_ERROR,
+ gf_log ("glfs", GF_LOG_TRACE,
"call_pool_cnt - %ld,"
"pin_refcnt - %d",
call_pool->cnt, fs->pin_refcnt);