From 03e400a4b2e0fd5ef4934265174ca72055b0687b Mon Sep 17 00:00:00 2001 From: Sergey Cherepanov Date: Thu, 13 Apr 2023 20:47:53 +0200 Subject: [PATCH] fix --- nodeconf/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodeconf/service.go b/nodeconf/service.go index 3edaea6d..0abecd2a 100644 --- a/nodeconf/service.go +++ b/nodeconf/service.go @@ -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