Skip to content

Commit

Permalink
fix dedup log
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Russell committed Feb 11, 2019
1 parent b8f03a8 commit 1dd7f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rex/rex.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ func (rex *ReprocessingExecutor) finish(ctx context.Context, t *state.Task, term
}

// Delete templated dedup source table.
log.Println("Completed deduplication, deleting dedup source", src.FullyQualifiedName())
log.Println("Deleting dedup source", src.FullyQualifiedName())
// If deduplication was successful, we should delete the source table.
delCtx, cf := context.WithTimeout(ctx, time.Minute)
defer cf()
Expand Down

0 comments on commit 1dd7f6f

Please sign in to comment.