From c72b21dc0f34ed9a46afbf299127c3d7f6b66c78 Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Wed, 8 Aug 2018 15:22:05 +0530 Subject: Fix a grammar error in the logs Change-Id: Ie4fe18d5094c051fa20de71f7fc841085cc6aaee Fixes: bz#1614142 Signed-off-by: Nigel Babu --- rpc/xdr/src/glusterfs3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/xdr/src/glusterfs3.h b/rpc/xdr/src/glusterfs3.h index 5e19f5e0133..7afa6dcf0ee 100644 --- a/rpc/xdr/src/glusterfs3.h +++ b/rpc/xdr/src/glusterfs3.h @@ -735,7 +735,7 @@ dict_to_xdr (dict_t *this, gfx_dict *dict) /* Change this to INFO, after taking the above down */ gf_msg ("dict", GF_LOG_INFO, EINVAL, LG_MSG_DICT_SERIAL_FAILED, - "key '%s' is would not be sent on wire in future", + "key '%s' would not be sent on wire in the future", dpair->key); break; default: -- cgit