summaryrefslogtreecommitdiff
path: root/plugins/rpc
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2020-10-28 13:05:31 +0300
committerWolfy-J <[email protected]>2020-10-28 13:05:31 +0300
commita9ddea1855ffda6f6388fc91223b8c63ed48b32f (patch)
tree61eb68871b69638bc523c5b7f910d6999bc4539e /plugins/rpc
parent5d87fa2666a5b4e683816bd45fbe08f50cd84af6 (diff)
- added RPC logging
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 dc228847..894c89d8 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 {