mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
Changes to logging.
This commit is contained in:
parent
58bdbb8c13
commit
a10c30ac00
1 changed files with 2 additions and 0 deletions
|
|
@ -349,6 +349,8 @@ public class TournamentController {
|
||||||
tournament.leave(playerId);
|
tournament.leave(playerId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
logger.debug("UserId not found " + userId + " tournId: " + tournament.getId());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue