mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 04:30:08 +00:00
fix bugs
This commit is contained in:
@@ -28,9 +28,9 @@ func (c *Controller) reportUserTrafficTask() (err error) {
|
||||
log.WithFields(log.Fields{
|
||||
"tag": c.Tag,
|
||||
"err": err,
|
||||
}).Error("Report user traffic faild")
|
||||
}).Info("Report user traffic failed")
|
||||
} else {
|
||||
log.WithField("tag", err).Errorf("Report %d online users", len(userTraffic))
|
||||
log.WithField("tag", c.Tag).Infof("Report %d online users", len(userTraffic))
|
||||
}
|
||||
}
|
||||
userTraffic = nil
|
||||
|
||||
Reference in New Issue
Block a user