Skip to content

Commit 907ee3c

Browse files
MantisusCopilot
andauthored
Update src/apify/_actor.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 53b07f8 commit 907ee3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/apify/_actor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,8 @@ def event_manager(self) -> EventManager:
365365
service_locator.set_event_manager(event_manager)
366366
except ServiceConflictError:
367367
self.log.debug(
368-
'Event manager in service locator was set explicitly before Actor.init was called. '
369-
'Using the existing event manager as implicit event manager for the Actor.'
368+
'Event manager already exists in service locator (set by previous Actor context or explicitly by user). '
369+
'Using the existing event manager.'
370370
)
371371
# Use the event manager from the service locator
372372
event_manager = service_locator.get_event_manager()

0 commit comments

Comments
 (0)