mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
[deckeditor] import deck - logging list of not implemented cards during import (previously displayed in dialog box and couldn't be copied to send card request)
This commit is contained in:
parent
3ff03e43ec
commit
dc3c3523f0
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ public abstract class DeckImporterImpl implements DeckImporter {
|
|||
readLine(line, deckList);
|
||||
}
|
||||
if (sbMessage.length() > 0) {
|
||||
logger.fatal(sbMessage);
|
||||
JOptionPane.showMessageDialog(MageFrame.getDesktop(), sbMessage.toString(), "Error importing deck", JOptionPane.ERROR_MESSAGE);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue