Skip to content

Commit d8cfd49

Browse files
committed
Message about waiting should be INFO not DEBUG
1 parent fc95456 commit d8cfd49

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)