From c346df84a880781f044b9b6607956a74b60f26f1 Mon Sep 17 00:00:00 2001 From: tam-i13 <46927823+tam-i13@users.noreply.github.com> Date: Fri, 21 Nov 2025 10:57:20 +0300 Subject: [PATCH] Update weed/filer/ydb/ydb_store.go Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- weed/filer/ydb/ydb_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/filer/ydb/ydb_store.go b/weed/filer/ydb/ydb_store.go index dca6f0bb3..d180bb8be 100644 --- a/weed/filer/ydb/ydb_store.go +++ b/weed/filer/ydb/ydb_store.go @@ -315,7 +315,7 @@ func (store *YdbStore) ListDirectoryPrefixedEntries(ctx context.Context, dirPath resEachEntryFunc, resEachEntryFuncErr := eachEntryFunc(entry) if resEachEntryFuncErr != nil { - return fmt.Errorf("failed to process eachEntryFunc: %w", resEachEntryFuncErr) +return fmt.Errorf("failed to process eachEntryFunc for entry %q: %w", entry.FullPath, resEachEntryFuncErr) } if !resEachEntryFunc {