Server-wrapper error message tweaks

This commit is contained in:
Eric Froemling 2021-04-17 15:18:21 -07:00
parent 899f3affa5
commit ec8d038ca8
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98
3 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -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..

View File

@ -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>