more verbose on resurrection

This commit is contained in:
Shlomi Noach 2016-12-28 13:35:56 +02:00
parent 8952e24aba
commit 738270aabe

View File

@ -309,6 +309,8 @@ func (this *Migrator) applyResurrectedContext() error {
log.Infof("Applied migration min values: [%s]", this.migrationContext.MigrationRangeMinValues)
log.Infof("Applied migration max values: [%s]", this.migrationContext.MigrationRangeMaxValues)
log.Infof("Applied migration iteration range min values: [%s]", this.migrationContext.MigrationIterationRangeMinValues)
log.Infof("Applied migration iteration range max values: [%s]", this.migrationContext.MigrationIterationRangeMaxValues)
return nil
}