summaryrefslogtreecommitdiffstats
path: root/rpc
diff options
context:
space:
mode:
authorShyamsundarR <srangana@redhat.com>2018-09-13 13:12:47 -0400
committerShyamsundarR <srangana@redhat.com>2018-09-13 14:18:57 -0400
commit822dd79db99e0aa221ed90fdf8bb91fbcdfcd66f (patch)
tree505fcd3e1c65be76ff69bb528588129efd1b348f /rpc
parent41388f15fc0ff4891b292efd509c8887c06143d8 (diff)
core: move logs which are only developer relevant to DEBUG level
For each release, we move certain logs on master that are meant as an indicator to contributors to correct or adapt to core infrastructure changes in libglusterfs and other places. This commit achieves the above. Change-Id: I4157a7ec7d5ec9c2948b2bbc1e4cb8317f28d6b8 Updates: bz#1628620 Signed-off-by: ShyamsundarR <srangana@redhat.com>
Diffstat (limited to 'rpc')
-rw-r--r--rpc/xdr/src/glusterfs3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/xdr/src/glusterfs3.h b/rpc/xdr/src/glusterfs3.h
index b8ef394abaf..6ab80a82922 100644
--- a/rpc/xdr/src/glusterfs3.h
+++ b/rpc/xdr/src/glusterfs3.h
@@ -741,7 +741,7 @@ dict_to_xdr(dict_t *this, gfx_dict *dict)
xpair->value.gfx_value_u.other.other_len = dpair->value->len;
/* Change this to INFO, after taking the above down */
- gf_msg("dict", GF_LOG_INFO, EINVAL, LG_MSG_DICT_SERIAL_FAILED,
+ gf_msg("dict", GF_LOG_DEBUG, EINVAL, LG_MSG_DICT_SERIAL_FAILED,
"key '%s' would not be sent on wire in the future",
dpair->key);
break;