mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
show message name, fix template name overwrite
This commit is contained in:
@@ -201,7 +201,7 @@ Sockets.init = function(server) {
|
||||
}
|
||||
|
||||
if (ratelimit.isFlooding(socket)) {
|
||||
winston.warn('[socket.io] Too many emits! Disconnecting ' + socket.uid);
|
||||
winston.warn('[socket.io] Too many emits! Disconnecting uid : ' + socket.uid + '. Message : ' + payload.name);
|
||||
return socket.disconnect();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user