SemanticTree: use logger better

Co-authored-by: Karl Seguin <karlseguin@users.noreply.github.com>
This commit is contained in:
Adrià Arrufat
2026-03-19 20:15:56 +09:00
committed by GitHub
parent e997f8317e
commit f0cfe3ffc8

View File

@@ -206,7 +206,7 @@ const ToolStreamingText = struct {
if (registry.lookup_by_id.get(node_id)) |n| {
root_node = n.dom;
} else {
log.warn(.mcp, "semantic_tree id {} missing", .{node_id});
log.warn(.mcp, "semantic_tree id missing", .{.id = node_id});
}
}
}