1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 18:13:54 +08:00

filestore util: change "???..." to "<corrupt key>"

License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
This commit is contained in:
Kevin Atkinson
2017-02-09 11:59:16 -05:00
parent f7efb34e68
commit 81af0347e9

View File

@ -59,7 +59,7 @@ type ListRes struct {
func (r *ListRes) FormatLong() string {
switch {
case r.Key == nil:
return "?????????????????????????????????????????????????"
return "<corrupt key>"
case r.FilePath == "":
return r.Key.String()
default: