mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-06 13:30:41 +02:00
Updating logging message
This commit is contained in:
parent
2e9ced4e5e
commit
22f832054e
@ -367,7 +367,7 @@ class Server:
|
|||||||
os._exit(1)
|
os._exit(1)
|
||||||
else:
|
else:
|
||||||
self.should_exit = True
|
self.should_exit = True
|
||||||
logger.warning(f"Received signal {sig}, exiting...")
|
logger.warning(f"Received signal {sig}, exiting... (CTRL+C to force quit)")
|
||||||
|
|
||||||
def custom_exception_handler(
|
def custom_exception_handler(
|
||||||
self, loop: asyncio.AbstractEventLoop, context: dict[str, Any]
|
self, loop: asyncio.AbstractEventLoop, context: dict[str, Any]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user