Merge pull request #189 from dveeden/feedback_on_wait

thank you
This commit is contained in:
Shlomi Noach 2016-08-23 09:50:50 +02:00 committed by GitHub
commit 1021a83ac0

View File

@ -387,7 +387,7 @@ func (this *Migrator) Migrate() (err error) {
return err
}
log.Debugf("Waiting for tables to be in place")
log.Infof("Waiting for tables to be in place")
<-this.tablesInPlace
log.Debugf("Tables are in place")
// Yay! We now know the Ghost and Changelog tables are good to examine!