mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-21 20:24:42 +00:00
SemanticTree: use logger better
Co-authored-by: Karl Seguin <karlseguin@users.noreply.github.com>
This commit is contained in:
@@ -206,7 +206,7 @@ const ToolStreamingText = struct {
|
|||||||
if (registry.lookup_by_id.get(node_id)) |n| {
|
if (registry.lookup_by_id.get(node_id)) |n| {
|
||||||
root_node = n.dom;
|
root_node = n.dom;
|
||||||
} else {
|
} else {
|
||||||
log.warn(.mcp, "semantic_tree id {} missing", .{node_id});
|
log.warn(.mcp, "semantic_tree id missing", .{.id = node_id});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user