Skip to content

Commit

Permalink
chore: Fixing logging output
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Jul 20, 2023
1 parent 5495c6f commit 9c5aea9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autostart/rctrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,11 @@ def init_threads(self):
self.doRun = True

self.init_sdr_thread.join()
self.__log.debug('SDR init thread joined')
self.init_output_thread.join()
self.__log.debug('Output init thread joined')
self.init_gps_thread.join()
self.__log.debug('GPS init thread joined')
self.UIB_Singleton.system_state = RCT_STATES.wait_start.value

self.flags[self.Flags.INIT_COMPLETE].set()
Expand Down

0 comments on commit 9c5aea9

Please sign in to comment.