Merge pull request #497 from unistack-org/logf

server fix log.Log -> log.Logf
This commit is contained in:
Asim Aslam 2019-06-05 14:33:51 +01:00 committed by GitHub
commit 19de02646e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
}
}