mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-24 10:07:04 +02:00
server fix log.Log -> log.Logf
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
953f41aeab
commit
695c546385
@ -486,7 +486,7 @@ func (s *rpcServer) Start() error {
|
|||||||
} else {
|
} else {
|
||||||
// announce self to the world
|
// announce self to the world
|
||||||
if err = s.Register(); err != nil {
|
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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user