forked from External/mage
Some changes to logging.
This commit is contained in:
parent
471c5bed4a
commit
49a23503a1
3 changed files with 1 additions and 2 deletions
|
|
@ -470,6 +470,7 @@ public class TableController {
|
|||
} else {
|
||||
User user = UserManager.getInstance().getUser(userId);
|
||||
logger.info("MATCH started [" + match.getName() + "] " + match.getId() + "(" + user.getName() +")");
|
||||
logger.debug("- " + match.getOptions().getGameType() + " - " + match.getOptions().getDeckType());
|
||||
}
|
||||
match.startMatch();
|
||||
startGame(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue