summaryrefslogtreecommitdiff
path: root/lsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lsp.c')
-rw-r--r--lsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lsp.c b/lsp.c
index 7aa4d56..3b91705 100644
--- a/lsp.c
+++ b/lsp.c
@@ -296,8 +296,8 @@ LSP *lsp_create(const char *root_dir, Language language, const char *analyzer_co
if (!lsp) return NULL;
#if DEBUG
- printf("Starting up LSP `%s` for language %s in %s\n",
- analyzer_command, language_to_str(language), root_dir);
+ printf("Starting up LSP %p `%s` for language %s in %s\n",
+ (void *)lsp, analyzer_command, language_to_str(language), root_dir);
#endif
ProcessSettings settings = {