Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
fix(publisher): fix garbled code output (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
godcong committed Mar 25, 2022
1 parent 56a567d commit ff68a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit ff68a74

Please sign in to comment.