mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
Typos
This commit is contained in:
parent
0c18f96ce7
commit
0d949ca7e6
2 changed files with 5 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ public final class CardScanner {
|
|||
ExpansionRepository.instance.setContentVersion(ExpansionRepository.instance.getContentVersionConstant());
|
||||
|
||||
if (setsAddedCount > 0) {
|
||||
logger.info("DB: need to add " + setsUpdatedCount + " new sets");
|
||||
logger.info("DB: need to add " + setsAddedCount + " new sets");
|
||||
}
|
||||
if (setsUpdatedCount > 0) {
|
||||
logger.info("DB: need to update " + setsUpdatedCount + " sets");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue