diff options
author | Nigel Babu <nigelb@redhat.com> | 2018-08-08 15:22:05 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-08-13 12:52:11 +0000 |
commit | c72b21dc0f34ed9a46afbf299127c3d7f6b66c78 (patch) | |
tree | c4d6507e179f3d1e5a48c8b98aa5f0e5d02c7fca /rpc/xdr/src/glusterfs3.h | |
parent | bd35aa2aa34c9bd2269aa225f83a404a58b81a21 (diff) |
Fix a grammar error in the logs
Change-Id: Ie4fe18d5094c051fa20de71f7fc841085cc6aaee
Fixes: bz#1614142
Signed-off-by: Nigel Babu <nigelb@redhat.com>
Diffstat (limited to 'rpc/xdr/src/glusterfs3.h')
-rw-r--r-- | rpc/xdr/src/glusterfs3.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |