1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00
This commit is contained in:
Sergey Cherepanov 2023-04-13 20:47:53 +02:00 committed by Mikhail Iudin
parent 81cf289a85
commit 03e400a4b2
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0

View file

@ -128,7 +128,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