mirror of
https://github.com/Wind4/vlmcsd
synced 2025-12-17 12:51:30 +00:00
vlmcsd-svn998-2016-08-11-Hotbird64
This commit is contained in:
@@ -280,7 +280,7 @@ SOCKET connectToAddress(const char *const addr, const int AddressFamily, int_fas
|
||||
break;
|
||||
}
|
||||
|
||||
errorout("%s\n", socket_errno == VLMCSD_EINPROGRESS ? "Timed out" : vlmcsd_strerror(socket_errno));
|
||||
printerrorf("%s: %s\n", szAddr, socket_errno == VLMCSD_EINPROGRESS ? "Timed out" : vlmcsd_strerror(socket_errno));
|
||||
|
||||
socketclose(s);
|
||||
s = INVALID_SOCKET;
|
||||
|
||||
Reference in New Issue
Block a user