|
|
@@ -418,7 +418,7 @@ int real_getsock(int options, char *fname, int line)
|
|
|
- putlog(LOG_WARNING, "*", "Warning: Can't create new socket! (%s:%d)", fname, line);
|
|
|
+ putlog(LOG_WARNING, "*", "Warning: Can't create new socket! (%s:%d): %s", fname, line, strerror(errno));
|