summaryrefslogtreecommitdiff
path: root/plugins/rpc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rpc')
-rwxr-xr-xplugins/rpc/rpc.go2
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 {