提交 a00da7b7 作者: Brian Tiger Chow 提交者: Juan Batiz-Benet

add debug log statement

License: MIT
Signed-off-by: 's avatarBrian Tiger Chow <brian@perfmode.com>
上级 89ec480e
......@@ -74,6 +74,7 @@ It outputs to stdout, and <key> is a base58 encoded multihash.
if err != nil {
return nil, err
}
log.Debugf("BlockGet key: '%q'", b.Key())
return bytes.NewReader(b.Data), nil
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论