mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-23 07:23:19 +08:00
Server-wrapper error message tweaks
This commit is contained in:
parent
899f3affa5
commit
ec8d038ca8
1
.idea/dictionaries/ericf.xml
generated
1
.idea/dictionaries/ericf.xml
generated
@ -2004,6 +2004,7 @@
|
||||
<w>spinoff</w>
|
||||
<w>spinoffdata</w>
|
||||
<w>spinoffs</w>
|
||||
<w>spinup</w>
|
||||
<w>splayer</w>
|
||||
<w>splitlen</w>
|
||||
<w>splitnumstr</w>
|
||||
|
||||
@ -714,8 +714,11 @@ class ServerManagerApp:
|
||||
# alive.
|
||||
if (self._subprocess_force_kill_time is not None
|
||||
and time.time() > self._subprocess_force_kill_time):
|
||||
print(f'{Clr.CYN}Force-killing subprocess...{Clr.RST}',
|
||||
flush=True)
|
||||
print(
|
||||
f'{Clr.CYN}Immediate shutdown time limit'
|
||||
f' ({self.IMMEDIATE_SHUTDOWN_TIME_LIMIT:.1f} seconds)'
|
||||
f' expired; force-killing subprocess...{Clr.RST}',
|
||||
flush=True)
|
||||
break
|
||||
|
||||
# Watch for the server process exiting..
|
||||
|
||||
@ -865,6 +865,7 @@
|
||||
<w>spaz</w>
|
||||
<w>spead</w>
|
||||
<w>sphrand</w>
|
||||
<w>spinup</w>
|
||||
<w>spivak</w>
|
||||
<w>srcattr</w>
|
||||
<w>srcpath</w>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user