migrater: address review comments

Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
This commit is contained in:
Sugu Sougoumarane 2019-10-23 21:54:47 -07:00
Родитель 17ca09d713
Коммит 92e5665c1e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -176,7 +176,7 @@ func (wr *Wrangler) MigrateWrites(ctx context.Context, targetKeyspace, workflow
defer targetUnlock(&err) defer targetUnlock(&err)
} }
// If not journals exist, sourceWorkflows will be initialized by sm.MigrateStreams. // If no journals exist, sourceWorkflows will be initialized by sm.MigrateStreams.
journalsExist, sourceWorkflows, err := mi.checkJournals(ctx) journalsExist, sourceWorkflows, err := mi.checkJournals(ctx)
if err != nil { if err != nil {
mi.wr.Logger().Errorf("checkJournals failed: %v", err) mi.wr.Logger().Errorf("checkJournals failed: %v", err)