Merge pull request #497 from unistack-org/logf
server fix log.Log -> log.Logf
This commit is contained in:
		| @@ -486,7 +486,7 @@ func (s *rpcServer) Start() error { | ||||
| 	} else { | ||||
| 		// announce self to the world | ||||
| 		if err = s.Register(); err != nil { | ||||
| 			log.Log("Server %s-%s register error: %s", config.Name, config.Id, err) | ||||
| 			log.Logf("Server %s-%s register error: %s", config.Name, config.Id, err) | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user