diff --git a/autostart/rctrun.py b/autostart/rctrun.py index 6bc7629..a016f6a 100644 --- a/autostart/rctrun.py +++ b/autostart/rctrun.py @@ -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()