aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c
index c7537ec7194..a608aad36f4 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -3729,7 +3729,7 @@ sys_write (int fd, const void * buffer, unsigned int count)
3729 3729
3730 if (nchars == SOCKET_ERROR) 3730 if (nchars == SOCKET_ERROR)
3731 { 3731 {
3732 DebPrint(("sys_read.send failed with error %d on socket %ld\n", 3732 DebPrint(("sys_write.send failed with error %d on socket %ld\n",
3733 pfn_WSAGetLastError (), SOCK_HANDLE (fd))); 3733 pfn_WSAGetLastError (), SOCK_HANDLE (fd)));
3734 set_errno (); 3734 set_errno ();
3735 } 3735 }