Commit 57c13905 authored by Lars Gierth's avatar Lars Gierth Committed by Lars Gierth

Make Datastore.walk() error more specific

parent 5f5a12b0
......@@ -432,7 +432,7 @@ func (fs *Datastore) walk(path string, reschan chan query.Result) error {
key, ok := fs.decode(fn)
if !ok {
log.Warning("failed to decode entry in flatfs")
log.Warningf("failed to decode flatfs entry: %s", fn)
continue
}
......
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