diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2025-02-05 13:23:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-05 13:23:33 -0800 |
commit | 44740e561fc93afe3ebecfd3618bda2d2abeafb0 (patch) | |
tree | f45d76f0e6e69b71583dd4fc23ac0da4117d863c /runtime/colors/vim.lua | |
parent | 38a52caec09eb15c9ff8b4db6f0cdb7e2a28eb98 (diff) | |
download | rneovim-44740e561fc93afe3ebecfd3618bda2d2abeafb0.tar.gz rneovim-44740e561fc93afe3ebecfd3618bda2d2abeafb0.tar.bz2 rneovim-44740e561fc93afe3ebecfd3618bda2d2abeafb0.zip |
fix(log): RPC log format #32337
Problem:
RPC log messages show `log_notify` function name, which is not useful:
DBG 2025-02-04T22:28:02.419 ui.37862 log_notify:57: RPC -> 3: [notify] nvim_ui_set_focus
DBG 2025-02-04T22:28:02.419 nvim.37863.0 log_notify:57: RPC <- 1: [notify] nvim_ui_set_focus
Solution:
Call logmsg() directly.
DBG 2025-02-04T22:42:00.104 ui.40680 RPC: -> 3: [notify] nvim_ui_attach
DBG 2025-02-04T22:42:00.104 ui.40680 RPC: -> 3: [notify] nvim_set_client_info
Diffstat (limited to 'runtime/colors/vim.lua')
0 files changed, 0 insertions, 0 deletions