Commit e5876d9a authored by Jeromy's avatar Jeromy

add in dag removal

parent ba0d68c0
...@@ -94,7 +94,7 @@ func (bs *bitswap) Block(parent context.Context, k u.Key) (*blocks.Block, error) ...@@ -94,7 +94,7 @@ func (bs *bitswap) Block(parent context.Context, k u.Key) (*blocks.Block, error)
response, err := bs.sender.SendRequest(ctx, p, message) response, err := bs.sender.SendRequest(ctx, p, message)
if err != nil { if err != nil {
log.Errorf("Error sender.SendRequest(%s)", p) log.Error("Error sender.SendRequest(%s) = %s", p, err)
return return
} }
// FIXME ensure accounting is handled correctly when // FIXME ensure accounting is handled correctly when
......
Markdown is supported
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