Subj : src/xpdev/multisock.c sockwrap.c To : Git commit to sbbs/master From : Rob Swindell Date : Sat Sep 26 2020 06:24 pm https://gitlab.synchro.net/sbbs/sbbs/-/commit/35435a9626d88910957fb6ff Modified Files: src/xpdev/multisock.c sockwrap.c Log Message: Place socket error description at the end of the logged messages. Socket error descriptions on Windows can be quite long (e.g. > 128 chars) and include punctuation, so include at the end of logged socket error messages. If FormatMessage() fails on Windows (in socket_strerror()) return the GetLastError() value in the error description. .