mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
channel: fix REQ
definition for msgpack-rpc logging
This commit is contained in:
parent
65942d3a8d
commit
3cacdae044
@ -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] "
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user