浏览代码

added logging info that initialisation was skipped and the configuration and status was read from KAPTURE

Lorenzo Rota 7 年之前
父节点
当前提交
bdf94a2b17
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      KCG/base/controlwidget.py

+ 1 - 0
KCG/base/controlwidget.py

@@ -300,6 +300,7 @@ class BoardControl(kcgw.KCGWidgets):
         board.get_board_status(self.board_id).synced = True
         board.get_board_status(self.board_id).defaults_set = True
         bif.bk_status_readout()
+        logging.info("Initialisation skipped, configuration and status was read from KAPTURE.")
 
     def on_check(self):
         """