Skip to content

Commit

Permalink
fix bug where terminal would randomly become garbled binary crap
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Oct 30, 2014
1 parent b5fc3ca commit 3270ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routing/dht/dht.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 3270ab0

Please sign in to comment.