mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Changed log message.
This commit is contained in:
parent
18ea089ea2
commit
dc3d6e7aa5
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ public class MageServerImpl implements MageServer {
|
|||
if (logger.isDebugEnabled()) {
|
||||
User user = UserManager.getInstance().getUser(userId);
|
||||
if (user != null) {
|
||||
logger.debug("TABLE created - tableId: " + table.getTableId());
|
||||
logger.debug("TABLE created - tableId: " + table.getTableId() + " " + table.getTableName());
|
||||
logger.debug("- " + user.getName() + " userId: " + user.getId());
|
||||
logger.debug("- chatId: " + TableManager.getInstance().getChatId(table.getTableId()));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue