Skip to content

Commit

Permalink
Merge pull request #189 from dveeden/feedback_on_wait
Browse files Browse the repository at this point in the history
thank you
  • Loading branch information
Shlomi Noach authored Aug 23, 2016
2 parents 757271b + d8cfd49 commit 1021a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/logic/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 1021a83

Please sign in to comment.