Print the TableFile name to convert while archiving

This commit is contained in:
Neil Macneale IV
2025-06-10 11:23:24 -07:00
parent 8b48b472a1
commit 07d09dfdae

View File

@@ -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