mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
log: RPC, input, other events
This commit is contained in:
@@ -358,6 +358,7 @@ static void handle_request(Channel *channel, msgpack_object *request)
|
||||
}
|
||||
} else {
|
||||
multiqueue_put(channel->events, on_request_event, 1, evdata);
|
||||
DLOG("RPC: scheduled %.*s", method->via.bin.size, method->via.bin.ptr);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user