This commit is contained in:
Sergey Cherepanov 2023-04-13 20:47:53 +02:00
parent b97721f729
commit f7cc1f4b5d
No known key found for this signature in database
GPG Key ID: 87F8EDE8FBDF637C

View File

@ -130,7 +130,7 @@ func (s *service) setLastConfiguration(c Configuration) (err error) {
if s.last != nil {
log.Info("net configuration changed", zap.String("before", beforeId), zap.String("after", nc.Id()))
} else {
log.Info("net configuration 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("id", nc.Id()))
}
s.last = nc
return