Skip to content

Commit 1021a83

Browse files
author
Shlomi Noach
authored
Merge pull request #189 from dveeden/feedback_on_wait
thank you
2 parents 757271b + d8cfd49 commit 1021a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/logic/migrator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ func (this *Migrator) Migrate() (err error) {
387387
return err
388388
}
389389

390-
log.Debugf("Waiting for tables to be in place")
390+
log.Infof("Waiting for tables to be in place")
391391
<-this.tablesInPlace
392392
log.Debugf("Tables are in place")
393393
// Yay! We now know the Ghost and Changelog tables are good to examine!

0 commit comments

Comments
 (0)