From 07d09dfdaee46b7c851ddc9d6b954310eb86a226 Mon Sep 17 00:00:00 2001 From: Neil Macneale IV Date: Tue, 10 Jun 2025 11:23:24 -0700 Subject: [PATCH] Print the TableFile name to convert while archiving --- go/store/nbs/archive_build.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go/store/nbs/archive_build.go b/go/store/nbs/archive_build.go index 357f698558..361b0e2977 100644 --- a/go/store/nbs/archive_build.go +++ b/go/store/nbs/archive_build.go @@ -161,6 +161,8 @@ func archiveSingleBlockStore(ctx context.Context, bscb func() *NomsBlockStore, d continue } + progress <- fmt.Sprintf("Archiving TableFile %s\n", tf.String()) + idx, err := cs.index() if err != nil { return err