mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
replaced jboss Logger usage with log4j
This commit is contained in:
parent
df5c39ed87
commit
c323c5b0b8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import java.util.concurrent.ConcurrentHashMap;
|
|||
import mage.cards.decks.Deck;
|
||||
import mage.game.tournament.Tournament;
|
||||
import mage.view.TournamentView;
|
||||
import org.jboss.logging.Logger;
|
||||
import org.apache.log4j.Logger;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue