mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-12 05:20:26 +08:00
fix typo
This commit is contained in:
@@ -80,7 +80,7 @@ func (this *TrafficStatManager) Start(configFunc func() *nodeconfigs.NodeConfig)
|
|||||||
remotelogs.Println("TRAFFIC_STAT_MANAGER", "quit")
|
remotelogs.Println("TRAFFIC_STAT_MANAGER", "quit")
|
||||||
ticker.Stop()
|
ticker.Stop()
|
||||||
})
|
})
|
||||||
remotelogs.Println("TRAFFIC_STA_MANAGER", "start ...")
|
remotelogs.Println("TRAFFIC_STAT_MANAGER", "start ...")
|
||||||
for range ticker.C {
|
for range ticker.C {
|
||||||
err := this.Upload()
|
err := this.Upload()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user