提交 3270ab0e 作者: Jeromy

fix bug where terminal would randomly become garbled binary crap

上级 b5fc3cae
......@@ -240,7 +240,7 @@ func (dht *IpfsDHT) putProvider(ctx context.Context, p peer.Peer, key string) er
return err
}
log.Debugf("%s putProvider: %s for %s", dht.self, p, key)
log.Debugf("%s putProvider: %s for %s", dht.self, p, u.Key(key))
if rpmes.GetKey() != pmes.GetKey() {
return errors.New("provider not added correctly")
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论