This commit is contained in:
GoEdgeLab
2022-05-23 16:15:02 +08:00
parent 0702791877
commit aad521e851

View File

@@ -80,7 +80,7 @@ func (this *TrafficStatManager) Start(configFunc func() *nodeconfigs.NodeConfig)
remotelogs.Println("TRAFFIC_STAT_MANAGER", "quit")
ticker.Stop()
})
remotelogs.Println("TRAFFIC_STA_MANAGER", "start ...")
remotelogs.Println("TRAFFIC_STAT_MANAGER", "start ...")
for range ticker.C {
err := this.Upload()
if err != nil {