mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Minor change
This commit is contained in:
parent
7740cc6f66
commit
aae97e0f32
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class CardScanner {
|
|||
}
|
||||
}
|
||||
if (!cardsToAdd.isEmpty()) {
|
||||
logger.info("Cards needed to be stored in DB: " + cardsToAdd.size());
|
||||
logger.info("Cards need storing in DB: " + cardsToAdd.size());
|
||||
CardRepository.instance.addCards(cardsToAdd);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue