@cryptotaxi247 / kubo / commits / 81af0347e

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

License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>

Kevin Atkinson committed Feb 9, 2017 at 11:59 UTC 81af0347e9ac61a190d730cb9b6cd54fceb6d9a3
1 file changed +1 -1
filestore/util.go
+1 -1
@@ -59,7 +59,7 @@ type ListRes struct {
59 func (r *ListRes) FormatLong() string {
60 switch {
61 case r.Key == nil:
62 - return "?????????????????????????????????????????????????"
62 + return "<corrupt key>"
63 case r.FilePath == "":
64 return r.Key.String()
65 default: