From 3cacdae04443d4ad5cb5cfc2de112d4f6ea40385 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Fri, 24 Oct 2014 07:25:18 -0300 Subject: channel: fix `REQ` definition for msgpack-rpc logging --- src/nvim/msgpack_rpc/channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/msgpack_rpc/channel.c') 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] " -- cgit