added "shutting down" message
This commit is contained in:
parent
25ab1715f9
commit
aa7e49d081
1 changed files with 2 additions and 0 deletions
|
|
@ -178,6 +178,8 @@ def main():
|
||||||
from linspector.frontends.lish import LishFrontend
|
from linspector.frontends.lish import LishFrontend
|
||||||
LishFrontend(interface)
|
LishFrontend(interface)
|
||||||
|
|
||||||
|
print("Shutting down... please wait!")
|
||||||
|
|
||||||
logger.debug("shutting down scheduler")
|
logger.debug("shutting down scheduler")
|
||||||
|
|
||||||
shutdown_wait = True
|
shutdown_wait = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue