LingxinMeng 9 달 전
부모
커밋
f9b2763f41
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      aarch64/pjibot_guide/control/main.go

+ 1 - 1
aarch64/pjibot_guide/control/main.go

@@ -32,7 +32,7 @@ func main() {
 	lastStatus := "NONE"
 	//  轮询任务接口判断是否有更新
 	for {
-		c_log.GlobalLogger.Error("一次循环时间%v秒:", turnLength)
+		c_log.GlobalLogger.Errorf("一轮次扫描时间【%v】秒:", turnLength)
 		time.Sleep(time.Duration(turnLength) * time.Second)
 		// 1 获取当前设备的任务的 status
 		status, err := commonConfig.GetStatus(commonConfig.PlatformConfig.TaskConfigId)