Skip to content

Commit e1745e0

Browse files
authored
Update permalink conflict log message
Signed-off-by: Drew Cain <groksrc@users.noreply.github.com>
1 parent 8daafcb commit e1745e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/basic_memory/services/entity_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ async def create_entity_from_markdown(
315315
if existing_entity and existing_entity.file_path == str(file_path):
316316
# Same file - update existing entity
317317
logger.info(
318-
f"Entity already exists for file_path={file_path}, updating instead of creating"
318+
f"Entity already exists for permalink={model.permalink}, updating instead of creating"
319319
)
320320
return await self.update_entity_and_observations(file_path, markdown)
321321
else:

0 commit comments

Comments
 (0)