Skip to content

Commit 67b1a7a

Browse files
committed
server: merge log messages
1 parent 842d367 commit 67b1a7a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

server.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,8 @@ func (s *Server) UpdateConfig(cfg *Config) {
9292
func (s *Server) initialize(interceptorChain *rpcperms.InterceptorChain) error {
9393
// Show version at startup.
9494
srvrLog.Infof("Version: %s, build=%s, logging=%s, "+
95-
"debuglevel=%s", Version(), build.Deployment,
96-
build.LoggingType, s.cfg.DebugLevel)
97-
98-
srvrLog.Infof("Active network: %v", s.cfg.ChainParams.Name)
95+
"debuglevel=%s, active_network=%v", Version(), build.Deployment,
96+
build.LoggingType, s.cfg.DebugLevel, s.cfg.ChainParams.Name)
9997

10098
// Depending on how far we got in initializing the server, we might need
10199
// to clean up certain services that were already started. Keep track of

0 commit comments

Comments
 (0)