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
This commit is contained in:
parent
405b10cc8a
commit
1b309fd9f8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user