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:
69
69
except Exception as exception :
70
70
logger .exception ("exception in miner process" , exc_info = exception )
71
71
72
- logger .debug (f"[PIDAL ] { callsign (self )} is returning from activate_process" )
72
+ logger .debug (f"[DISSHU ] { callsign (self )} is returning from activate_process" )
73
73
74
74
# ----------------------------------------------------------------------------------------
75
75
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:
75
75
if self .server is not None :
76
76
if self .context_specification .get ("start_as" ) == "process" :
77
77
logger .info (
78
- "[NEWSHUT ] in context exit, sending shutdown to client process"
78
+ "[DISSHU ] in context exit, sending shutdown to client process"
79
79
)
80
80
# Put in request to shutdown the server.
81
81
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" )
85
83
86
84
if self .context_specification .get ("start_as" ) == "coro" :
87
85
await self .server .direct_shutdown ()
Original file line number Diff line number Diff line change @@ -113,9 +113,9 @@ async def deactivate(self) -> None:
113
113
self .__xchembku = None
114
114
115
115
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" )
117
117
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" )
119
119
self .__xchembku_client_context = None
120
120
121
121
# ----------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments