Merge branch 'fix/ipfshttp-log'

This commit is contained in:
Hector Sanjuan 2020-05-18 22:44:24 +02:00
commit fea193a9cc

View File

@ -466,6 +466,7 @@ func (ipfs *Connector) Unpin(ctx context.Context, hash cid.Cid) error {
return err
}
logger.Debug("IPFS object is already unpinned: ", hash)
return nil
}
logger.Info("IPFS Unpin request succeeded:", hash)