Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo from stellar#237 (stellar#238)
* Fix typo from stellar#237 I didn't adapt the logic right. This was hard to debug because, in integration tests, it caused the daemon to run `d.logger.WithError(err).Fatal("could not build migrations")`, which in turn runs `os.Exit` which ends the test right away (without flushing logs etc). I need to think how to improve this. One option is to override the `ExitFunc` in logrus with an assertion. * Add verbosity again to see what's wrong * Fix the error further * Revert "Add verbosity again to see what's wrong" This reverts commit 0be1cd6.
- Loading branch information