summaryrefslogtreecommitdiffstats
path: root/rpc
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2018-02-07 11:43:22 +0530
committerShyamsundar Ranganathan <srangana@redhat.com>2018-05-09 17:41:57 +0000
commitc7e281fcb7fcabb13132ba3a3e7a1a784b020719 (patch)
treeece20dbf93c295b1dacbbb2b65e525cb66ac246f /rpc
parent641355a0fe5ae18d983ce91b46ecafd50d6eb5c1 (diff)
core: move logs which are only developer relevant to DEBUG level
Change-Id: I8b38e231b6160db8075f73773d4e7dc115a90d95 updates: bz#1542829 BUG: 1542829 Signed-off-by: Amar Tumballi <amarts@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 550b9a3ceb8..4f83856d27f 100644
--- a/rpc/xdr/src/glusterfs3.h
+++ b/rpc/xdr/src/glusterfs3.h
@@ -732,7 +732,7 @@ dict_to_xdr (dict_t *this, gfx_dict *dict)
dpair->value->len;
/* Change this to INFO, after taking the above down */
- gf_msg ("dict", GF_LOG_INFO, EINVAL,
+ gf_msg ("dict", GF_LOG_DEBUG, EINVAL,
LG_MSG_DICT_SERIAL_FAILED,
"key '%s' is would not be sent on wire in future",
dpair->key);