mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
Print the TableFile name to convert while archiving
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user