diff --git a/publisher.go b/publisher.go index 3b69bce..1ea9e21 100644 --- a/publisher.go +++ b/publisher.go @@ -284,7 +284,7 @@ func PublishEntry(ctx context.Context, r routing.ValueStore, ipnskey string, rec return err } - log.Debugf("Storing ipns entry at: %s", ipnskey) + log.Debugf("Storing ipns entry at: %x", ipnskey) // Store ipns entry at "/ipns/"+h(pubkey) return r.PutValue(ctx, ipnskey, data) }