Skip to content
Snippets Groups Projects
Commit 8bf86eab authored by cvictory's avatar cvictory
Browse files

fix review issue

parent 85ffee37
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ func (dir *RegistryDirectory) NotifyAll(events []*registry.ServiceEvent, callbac
// refreshInvokers refreshes service's events.
func (dir *RegistryDirectory) refreshInvokers(event *registry.ServiceEvent) {
if event != nil {
logger.Debugf("refresh invokers with %+v")
logger.Debugf("refresh invokers with %+v", event)
} else {
logger.Debug("refresh invokers with nil")
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment