mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 04:30:08 +00:00
fix node change
This commit is contained in:
@@ -83,7 +83,7 @@ func (c *Controller) Start() error {
|
||||
if err != nil {
|
||||
return fmt.Errorf("add users error: %s", err)
|
||||
}
|
||||
log.Printf("[%s: %d] Added %d new users", c.nodeInfo.Type, c.nodeInfo.Id, added)
|
||||
log.Printf("[%s] Added %d new users", c.Tag, added)
|
||||
c.initTask()
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user