Skip to content

Commit 64e79d1

Browse files
committed
progress
1 parent af5061e commit 64e79d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/pgt_workspace/src/workspace/server.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,9 +637,9 @@ impl Workspace for WorkspaceServer {
637637
});
638638

639639
tracing::debug!(
640-
"Found {} completion items for statement with id {}",
640+
"Found {} completion items for statement with id {:?}",
641641
items.len(),
642-
id.content()
642+
id
643643
);
644644

645645
Ok(CompletionsResult { items })

0 commit comments

Comments
 (0)