mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
Some changes to logging.
This commit is contained in:
parent
471c5bed4a
commit
49a23503a1
3 changed files with 1 additions and 2 deletions
|
@ -29,7 +29,6 @@
|
|||
package mage.view;
|
||||
|
||||
import java.io.Serializable;
|
||||
import mage.constants.TournamentPlayerState;
|
||||
import mage.game.tournament.TournamentPlayer;
|
||||
|
||||
/**
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -35,7 +35,6 @@ import mage.abilities.effects.ReplacementEffectImpl;
|
|||
import mage.constants.Duration;
|
||||
import mage.constants.Outcome;
|
||||
import mage.game.Game;
|
||||
import mage.game.command.CommandObject;
|
||||
import mage.game.events.GameEvent;
|
||||
import mage.game.events.ManaEvent;
|
||||
import org.apache.log4j.Logger;
|
||||
|
|
Loading…
Reference in a new issue