This commit is contained in:
Yuzuki616
2023-07-29 19:17:13 +08:00
parent 42a7ab6f43
commit 04cbd2e955
2 changed files with 3 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ func (c *Controller) nodeInfoMonitor() (err error) {
_ = c.userReportPeriodic.Start(false)
}
log.WithField("tag", c.tag).Infof("Added %d new users", len(c.userList))
c.info = newNodeInfo
// exit
return nil
}