diff options
author | pommicket <pommicket@gmail.com> | 2025-09-30 13:22:53 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-30 13:22:53 -0400 |
commit | 5784112d13024f4f4b68c237324754d54f12cbad (patch) | |
tree | 879906a2f45b68388b9fee0631a512ccd035b7d3 /lsp-parse.c | |
parent | ee9e965fa28ee9d1d38b67e30b179488cbbca4eb (diff) |
Bump version
Diffstat (limited to 'lsp-parse.c')
-rw-r--r-- | lsp-parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp-parse.c b/lsp-parse.c index 3c956e9..5881ec3 100644 --- a/lsp-parse.c +++ b/lsp-parse.c @@ -1109,7 +1109,7 @@ static bool parse_command(LSP *lsp, LSPResponse *response, const JSON *json, JSO command_out->kind = LSP_COMMAND_WORKSPACE_EDIT; return true; } - fprintf(stderr, "Unrecognized command: %s\n", command); + eprint("Unrecognized command: %s\n", command); (void)command_out; return false; } |