Skip to content
Snippets Groups Projects
Commit f84b8fc4 authored by 李志信's avatar 李志信
Browse files

fix: use logger

parent e958d699
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@
package protocol
import (
"fmt"
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/common/logger"
"sync"
"sync/atomic"
"time"
......@@ -230,7 +230,7 @@ func TryRefreshBlackList() {
}()
ivks := GetBlackListInvokers(constant.DEFAULT_BLACK_LIST_RECOVER_BLOCK)
fmt.Println("blackList len = ", len(ivks))
logger.Debug("blackList len = ", len(ivks))
for i := 0; i < 3; i++ {
wg.Add(1)
......
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