Commit c8e2e5f
committed
Fix waiting for the logging table on upgrade.
A logic-o/typo in [aab13b3] meant that we stopped waiting for the
logging table as soon as we had a MythCoreContext, which resulted in a
spew of log messages saying that the logging table didn't exist for
users who were upgrading their databases from versions before the new
logging API or creating new databases.
This fixes the wait code so that users won't be confused by/blame failed
upgrades on the (harmless) messages that simply meant we were unable to
log to the database, yet.1 parent e2c5641 commit c8e2e5f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | | - | |
| 521 | + | |
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
| |||
0 commit comments