Browse Source

add log

pull/7485/head
Roman Tamarov 3 weeks ago
parent
commit
cf0248b918
  1. 1
      weed/filer/redis3/universal_redis_store.go

1
weed/filer/redis3/universal_redis_store.go

@ -168,6 +168,7 @@ func (store *UniversalRedis3Store) ListDirectoryEntries(ctx context.Context, dir
resEachEntryFunc, resEachEntryFuncErr := eachEntryFunc(entry)
if resEachEntryFuncErr != nil {
glog.V(0).InfofCtx(ctx, "failed to process eachEntryFunc for entry %q: %v", fileName, resEachEntryFuncErr)
callbackErr = resEachEntryFuncErr
return false
}

Loading…
Cancel
Save