mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
server: fixed bloated logs about table owner's invalid deck
This commit is contained in:
parent
a9372e93ff
commit
92b722d3ca
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ public class TableController {
|
|||
|
||||
// owner must create table with valid deck only
|
||||
if (isOwner(userId)) {
|
||||
logger.error("New table removed because owner submitted invalid deck tableId " + table.getId());
|
||||
logger.debug("New table removed because owner submitted invalid deck tableId " + table.getId());
|
||||
managerFactory.tableManager().removeTable(table.getId());
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue