Commit 81af0347 authored by Kevin Atkinson's avatar Kevin Atkinson

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

License: MIT
Signed-off-by: default avatarKevin Atkinson <k@kevina.org>
parent f7efb34e
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment