|
|
|
@ -261,7 +261,7 @@ func (store *ElasticStore) listDirectoryEntries( |
|
|
|
|
|
|
|
resEachEntryFunc, resEachEntryFuncErr := eachEntryFunc(esEntry.Entry) |
|
|
|
if resEachEntryFuncErr != nil { |
|
|
|
glog.V(0).InfofCtx(ctx, "failed to process eachEntryFunc for entry %q: %v", fileName, resEachEntryFuncErr) |
|
|
|
glog.ErrorfCtx(ctx, "failed to process eachEntryFunc for entry %q: %v", fileName, resEachEntryFuncErr) |
|
|
|
return lastFileName, fmt.Errorf("failed to process eachEntryFunc: %w", resEachEntryFuncErr) |
|
|
|
} |
|
|
|
|
|
|
|
|