aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-10-24 07:25:18 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-10-28 08:54:24 -0300
commit3cacdae04443d4ad5cb5cfc2de112d4f6ea40385 (patch)
tree456d0ceb562f1a8e915c1df914e8d7ddd458e6ef /src
parent65942d3a8d84510fcee2dd1c6306a5af13296c84 (diff)
downloadrneovim-3cacdae04443d4ad5cb5cfc2de112d4f6ea40385.tar.gz
rneovim-3cacdae04443d4ad5cb5cfc2de112d4f6ea40385.tar.bz2
rneovim-3cacdae04443d4ad5cb5cfc2de112d4f6ea40385.zip
channel: fix `REQ` definition for msgpack-rpc logging
Diffstat (limited to 'src')
-rw-r--r--src/nvim/msgpack_rpc/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/msgpack_rpc/channel.c b/src/nvim/msgpack_rpc/channel.c
index 3325b294dd..1fe9d7aedb 100644
--- a/src/nvim/msgpack_rpc/channel.c
+++ b/src/nvim/msgpack_rpc/channel.c
@@ -730,7 +730,7 @@ static WBuffer *serialize_response(uint64_t channel_id,
}
#if MIN_LOG_LEVEL <= DEBUG_LOG_LEVEL
-#define REQ "[response] "
+#define REQ "[request] "
#define RES "[response] "
#define NOT "[notification] "