Skip to content

Commit c48700a

Browse files
committed
Added outputting the exit log.
1 parent f4c3b8c commit c48700a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

JoycontrolPlugin/loader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ async def start(self, args):
5252
except Exception as e:
5353
logger.error(e)
5454
finally:
55+
logger.info('Stopping communication...')
5556
await transport.close()
5657
self.transport = None
5758
self.joycontrol_cmd = None

0 commit comments

Comments
 (0)