mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
Some minor changes to logging and object handling.
This commit is contained in:
parent
1e6d767eff
commit
a3505b6dba
4 changed files with 25 additions and 13 deletions
|
|
@ -152,7 +152,7 @@ public class DraftController {
|
|||
private synchronized void startDraft() {
|
||||
for (final Entry<UUID, DraftSession> entry: draftSessions.entrySet()) {
|
||||
if (!entry.getValue().init()) {
|
||||
logger.fatal("Unable to initialize client");
|
||||
logger.fatal("Unable to initialize client for playerId " + entry.getKey());
|
||||
//TODO: generate client error message
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue