mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
* Various
This commit is contained in:
parent
72b54b19b7
commit
d16beca341
5 changed files with 23 additions and 4 deletions
|
@ -176,7 +176,7 @@ function startListening() {
|
|||
|
||||
client.on('close', function onClientClose(hadError) {
|
||||
var l = hadError ? logger.log.info : logger.log.debug;
|
||||
l({ clientId : client.runtime.id }, 'Connection closed');
|
||||
l( { clientId : client.runtime.id }, 'Connection closed');
|
||||
removeClient(client);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue