Skip to content

Commit 88f12d9

Browse files
author
David Erb
committed
changes marker on debug
1 parent 3b7ea18 commit 88f12d9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/rockingester_lib/collectors/context.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,11 @@ async def aexit(self) -> None:
7575
if self.server is not None:
7676
if self.context_specification.get("start_as") == "process":
7777
logger.info(
78-
"[NEWSHUT] in context exit, sending shutdown to client process"
78+
"[DISSHU] in context exit, sending shutdown to client process"
7979
)
8080
# Put in request to shutdown the server.
8181
await self.server.client_shutdown()
82-
logger.info(
83-
"[NEWSHUT] in context exit, sent shutdown to client process"
84-
)
82+
logger.info("[DISSHU] in context exit, sent shutdown to client process")
8583

8684
if self.context_specification.get("start_as") == "coro":
8785
await self.server.direct_shutdown()

0 commit comments

Comments
 (0)