fix
This commit is contained in:
parent
803500ee34
commit
b97721f729
@ -128,9 +128,9 @@ func (s *service) setLastConfiguration(c Configuration) (err error) {
|
||||
beforeId = s.last.Id()
|
||||
}
|
||||
if s.last != nil {
|
||||
log.Info("nodeConf changed", zap.String("before", beforeId), zap.String("after", nc.Id()))
|
||||
log.Info("net configuration changed", zap.String("before", beforeId), zap.String("after", nc.Id()))
|
||||
} else {
|
||||
log.Info("nodeConf applied", zap.String("netId", nc.Configuration().NetworkId), zap.String("after", nc.Id()))
|
||||
log.Info("net configuration applied", zap.String("netId", nc.Configuration().NetworkId), zap.String("after", nc.Id()))
|
||||
}
|
||||
s.last = nc
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user