Commit cb144317 authored by Jeromy's avatar Jeromy

fix bug where terminal would randomly become garbled binary crap

parent e3d7d2b5
......@@ -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 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