Skip to content

Commit e020609

Browse files
committed
minor
1 parent 717d6e9 commit e020609

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/mcp_services/notion/notion_state_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ def _duplicate_current_initial_state(
523523
# Sometimes duplication succeeds but UI navigates to parent instead of the new page.
524524
# In that case, try to find the most recently created page named exactly "<title> (1)".
525525
logger.warning(
526-
"| ⚠️ Duplicate URL pattern mismatch. Attempting recovery by searching for latest '%s (1)' page...",
526+
"| Duplicate URL pattern mismatch. Attempting recovery by searching for latest '%s (1)' page...",
527527
original_initial_state_title,
528528
)
529529

@@ -761,7 +761,7 @@ def _duplicate_initial_state_for_task(
761761
last_exc = e
762762
if attempt < max_retries:
763763
logger.warning(
764-
"| ⚠️ Duplication attempt %d failed: %s. Retrying...",
764+
"| Duplication attempt %d failed: %s. Retrying...",
765765
attempt + 1,
766766
e,
767767
)

0 commit comments

Comments
 (0)