Subj : exec/load/ircd/unregistered.js To : Git commit to main/sbbs/master From : Rob Swindell (on ChromeOS) Date : Fri Jul 07 2023 09:14 pm https://gitlab.synchro.net/main/sbbs/-/commit/d5fcf032f6e2b0398d1dc923 Modified Files: exec/load/ircd/unregistered.js Log Message: Log the socket descriptor that's being closed *before* calling Socket.close() Socket.close() always sets the descriptor to -1 which is/would be logged here as an unsigned int (%u) or 4294967295. If this continues to log 4294967295, then a check of descriptor >= 0 would be prudent. And as Cyan said: the IP would be more useful though .