mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-03 22:14:45 +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>spinoff</w>
|
||||||
<w>spinoffdata</w>
|
<w>spinoffdata</w>
|
||||||
<w>spinoffs</w>
|
<w>spinoffs</w>
|
||||||
|
<w>spinup</w>
|
||||||
<w>splayer</w>
|
<w>splayer</w>
|
||||||
<w>splitlen</w>
|
<w>splitlen</w>
|
||||||
<w>splitnumstr</w>
|
<w>splitnumstr</w>
|
||||||
|
|||||||
@ -714,8 +714,11 @@ class ServerManagerApp:
|
|||||||
# alive.
|
# alive.
|
||||||
if (self._subprocess_force_kill_time is not None
|
if (self._subprocess_force_kill_time is not None
|
||||||
and time.time() > self._subprocess_force_kill_time):
|
and time.time() > self._subprocess_force_kill_time):
|
||||||
print(f'{Clr.CYN}Force-killing subprocess...{Clr.RST}',
|
print(
|
||||||
flush=True)
|
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
|
break
|
||||||
|
|
||||||
# Watch for the server process exiting..
|
# Watch for the server process exiting..
|
||||||
|
|||||||
@ -865,6 +865,7 @@
|
|||||||
<w>spaz</w>
|
<w>spaz</w>
|
||||||
<w>spead</w>
|
<w>spead</w>
|
||||||
<w>sphrand</w>
|
<w>sphrand</w>
|
||||||
|
<w>spinup</w>
|
||||||
<w>spivak</w>
|
<w>spivak</w>
|
||||||
<w>srcattr</w>
|
<w>srcattr</w>
|
||||||
<w>srcpath</w>
|
<w>srcpath</w>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user