diff options
Diffstat (limited to 'plugins/rpc')
-rwxr-xr-x | plugins/rpc/rpc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rpc/rpc.go b/plugins/rpc/rpc.go index 894c89d8..dc228847 100755 --- a/plugins/rpc/rpc.go +++ b/plugins/rpc/rpc.go @@ -83,7 +83,7 @@ func (s *Service) Serve() chan error { return errCh } - s.log.Debug("Started RPC service", zap.String("address", s.cfg.Listen), zap.Any("services", names)) + s.log.Debug("Started RPC service", zap.String("Address", s.cfg.Listen), zap.Any("Services", names)) go func() { for { |