Message about waiting should be INFO not DEBUG

This commit is contained in:
Daniël van Eeden 2016-08-23 09:41:07 +02:00
parent fc954562a3
commit d8cfd49e2c

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!