Skip to content

Commit 857658f

Browse files
bratpiorkaCopilot
andauthored
Update test/common/ipc_common.c
Co-authored-by: Copilot <[email protected]>
1 parent ce7d075 commit 857658f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/ipc_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ int producer_connect(int port) {
350350
#ifdef _WIN32
351351
// initialize Winsock
352352
if (WSAStartup(MAKEWORD(2, 2), &wsaData) != 0) {
353-
fprintf(stderr, "Failed. Error Code : %d", WSAGetLastError());
353+
fprintf(stderr, "WSAStartup failed. Error Code: %d\n", WSAGetLastError());
354354
return -1;
355355
}
356356
#endif

0 commit comments

Comments
 (0)