summaryrefslogtreecommitdiff
path: root/ide-definitions.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-03-03 17:30:19 -0500
committerpommicket <pommicket@gmail.com>2023-03-03 17:30:19 -0500
commitfb342637d3b2553daf4659967f35e8e26bd26eb1 (patch)
treeb9cce4f61b2e84a5aa3c0d6a90c104bd0eae03dd /ide-definitions.c
parent24d888156ae0f3085de3e5f7a5583ea1e0ba8ebc (diff)
open multiple files with command line arguments
Diffstat (limited to 'ide-definitions.c')
-rw-r--r--ide-definitions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide-definitions.c b/ide-definitions.c
index e956f5b..103d8c4 100644
--- a/ide-definitions.c
+++ b/ide-definitions.c
@@ -221,7 +221,7 @@ void definitions_process_lsp_response(Ted *ted, LSP *lsp, const LSPResponse *res
} break;
default:
- debug_println("?? bad request type in %s", __func__);
+ debug_println("?? bad request type in %s : %u:%u", __func__, response->request.id, response->request.type);
break;
}
}