mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 19:37:46 +08:00
namesys: fix debug message
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
parent
acfa02359d
commit
656c28ef0e
@ -58,7 +58,7 @@ func (r *IpnsResolver) resolveOnce(ctx context.Context, name string, options *op
|
||||
pid, err := peer.IDB58Decode(name)
|
||||
if err != nil {
|
||||
// name should be a multihash. if it isn't, error out here.
|
||||
log.Debugf("RoutingResolver: bad input hash: [%s]\n", name)
|
||||
log.Debugf("RoutingResolver: IPNS address not a valid peer ID: [%s]\n", name)
|
||||
return "", 0, err
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user