We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7d075 commit 857658fCopy full SHA for 857658f
test/common/ipc_common.c
@@ -350,7 +350,7 @@ int producer_connect(int port) {
350
#ifdef _WIN32
351
// initialize Winsock
352
if (WSAStartup(MAKEWORD(2, 2), &wsaData) != 0) {
353
- fprintf(stderr, "Failed. Error Code : %d", WSAGetLastError());
+ fprintf(stderr, "WSAStartup failed. Error Code: %d\n", WSAGetLastError());
354
return -1;
355
}
356
#endif
0 commit comments