Moar better logging

This commit is contained in:
Bryan Ashby
2022-08-13 18:13:30 -06:00
parent a48f2b4067
commit 56f03ff847
2 changed files with 25 additions and 11 deletions

View File

@@ -90,9 +90,9 @@ module.exports = class LoginServerModule extends ServerModule {
client.on('idle timeout', idleLogoutSeconds => {
client.log.info(
`Node ${client.node} idle timeout (${moment
`Node ${client.node} idle timeout of ${moment
.duration(idleLogoutSeconds, 'seconds')
.humanize()}) expired; Kicking`
.humanize()} expired; Kicking`
);
client.menuStack.goto('idleLogoff', err => {