File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ def activate_process(self) -> None:
6969 except Exception as exception :
7070 logger .exception ("exception in miner process" , exc_info = exception )
7171
72- logger .debug (f"[PIDAL ] { callsign (self )} is returning from activate_process" )
72+ logger .debug (f"[DISSHU ] { callsign (self )} is returning from activate_process" )
7373
7474 # ----------------------------------------------------------------------------------------
7575 def activate_thread (self , loop ) -> None :
Original file line number Diff line number Diff 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 ()
Original file line number Diff line number Diff line change @@ -113,9 +113,9 @@ async def deactivate(self) -> None:
113113 self .__xchembku = None
114114
115115 if self .__xchembku_client_context is not None :
116- logger .debug (f"[ECHDON ] { callsign (self )} exiting __xchembku_client_context" )
116+ logger .debug (f"[DISSHU ] { callsign (self )} exiting __xchembku_client_context" )
117117 await self .__xchembku_client_context .aexit ()
118- logger .debug (f"[ECHDON ] { callsign (self )} exited __xchembku_client_context" )
118+ logger .debug (f"[DISSHU ] { callsign (self )} exited __xchembku_client_context" )
119119 self .__xchembku_client_context = None
120120
121121 # ----------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments