LingxinMeng há 1 ano atrás
pai
commit
5c84de27f7
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      amd64/web_server/handler/h_exam.go

+ 1 - 1
amd64/web_server/handler/h_exam.go

@@ -91,7 +91,7 @@ func Tick(c *gin.Context) {
 	} else if util.ContainsKey(cacheTeamName, teamName) { // 进行中
 		cacheTeamName[teamName] = time.Now()
 	} else {
-		c_log.GlobalLogger.Errorf("接收到心跳信息但考试并未开始 %v", param)
+		c_log.GlobalLogger.Errorf("接收到心跳信息但考试并未开始,队伍名字为 %v,x坐标为  %v,y坐标为 %v ", teamName, positionX, positionY)
 	}
 
 	c.JSON(http.StatusOK, commonEntity.Response{