Skip to content

Commit eb08df9

Browse files
lunnyzeripath
andauthored
Update cmd/migrate_storage.go
Co-authored-by: zeripath <art27@cantab.net>
1 parent 97a1ed2 commit eb08df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/migrate_storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ func runMigrateStorage(ctx *cli.Context) error {
201201
if err := m(stdCtx, dstStorage); err != nil {
202202
return err
203203
}
204-
log.Warn("All files have been copied to the new placement but old files are still on the original placement.")
204+
log.Info("%s files have successfully been copied to the new storage.", tp)
205205
return nil
206206
}
207207

0 commit comments

Comments
 (0)