Skip to content
Snippets Groups Projects
Commit f1b51dac authored by pantianying's avatar pantianying
Browse files

fix

parent d0f139e6
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ func (di *DubboInvoker) Destroy() {
for {
if di.reqNum == 0 {
di.reqNum = -1
logger.Info("dubboInvoker is destroyed,url:{%s}", di.GetUrl().Key())
logger.Infof("dubboInvoker is destroyed,url:{%s}", di.GetUrl().Key())
di.BaseInvoker.Destroy()
if di.client != nil {
di.client.Close()
......
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