summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libglusterfs/src/dict.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libglusterfs/src/dict.c b/libglusterfs/src/dict.c
index 388f6f746b2..4608997effb 100644
--- a/libglusterfs/src/dict.c
+++ b/libglusterfs/src/dict.c
@@ -652,7 +652,7 @@ dict_unref (dict_t *this)
uint64_t ref = 0;
if (!this) {
- gf_msg_callingfn ("dict", GF_LOG_WARNING, EINVAL,
+ gf_msg_callingfn ("dict", GF_LOG_DEBUG, EINVAL,
LG_MSG_INVALID_ARG, "dict is NULL");
return;
}
@@ -667,7 +667,7 @@ dict_t *
dict_ref (dict_t *this)
{
if (!this) {
- gf_msg_callingfn ("dict", GF_LOG_WARNING, EINVAL,
+ gf_msg_callingfn ("dict", GF_LOG_DEBUG, EINVAL,
LG_MSG_INVALID_ARG, "dict is NULL");
return NULL;
}