diff options
-rw-r--r-- | api/src/glfs.c | 2 |
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); |