spelling: response
This commit is contained in:
parent
c76c169dce
commit
4c93b7ac6d
@ -742,7 +742,7 @@ func (this *Migrator) initiateStatus() error {
|
|||||||
// printMigrationStatusHint prints a detailed configuration dump, that is useful
|
// printMigrationStatusHint prints a detailed configuration dump, that is useful
|
||||||
// to keep in mind; such as the name of migrated table, throttle params etc.
|
// to keep in mind; such as the name of migrated table, throttle params etc.
|
||||||
// This gets printed at beginning and end of migration, every 10 minutes throughout
|
// This gets printed at beginning and end of migration, every 10 minutes throughout
|
||||||
// migration, and as reponse to the "status" interactive command.
|
// migration, and as response to the "status" interactive command.
|
||||||
func (this *Migrator) printMigrationStatusHint(writers ...io.Writer) {
|
func (this *Migrator) printMigrationStatusHint(writers ...io.Writer) {
|
||||||
w := io.MultiWriter(writers...)
|
w := io.MultiWriter(writers...)
|
||||||
fmt.Fprintln(w, fmt.Sprintf("# Migrating %s.%s; Ghost table is %s.%s",
|
fmt.Fprintln(w, fmt.Sprintf("# Migrating %s.%s; Ghost table is %s.%s",
|
||||||
|
Loading…
Reference in New Issue
Block a user