forked from External/mage
* Some changes to logging.
This commit is contained in:
parent
bdd163080d
commit
d03966738e
2 changed files with 1 additions and 5 deletions
|
|
@ -608,10 +608,9 @@ public class TableController {
|
|||
|
||||
|
||||
// log about game started
|
||||
logger.info("GAME started [" + match.getName() +"] "+ creator + " - " + opponent.toString());
|
||||
logger.info("GAME started " + match.getGame().getId() + " [" + match.getName() +"] "+ creator + " - " + opponent.toString());
|
||||
logger.debug("- matchId: " + match.getId() + " [" + match.getName() + "]");
|
||||
if (match.getGame() != null) {
|
||||
logger.debug("- gameId: " + match.getGame().getId());
|
||||
logger.debug("- chatId: " + GameManager.getInstance().getChatId(match.getGame().getId()));
|
||||
} else {
|
||||
logger.debug("- no valid game object");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue