Update graphiti_core/utils/bulk_utils.py
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
This commit is contained in:
parent
b89c45f472
commit
2d695cc7f0
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ async def dedupe_nodes_bulk(
|
|||
seen.add(canonical_uuid)
|
||||
canonical_node = canonical_nodes.get(canonical_uuid)
|
||||
if canonical_node is None:
|
||||
logger.warning(
|
||||
logger.error(
|
||||
'Canonical node %s missing during batch dedupe; falling back to %s',
|
||||
canonical_uuid,
|
||||
node.uuid,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue