Commit de7fab45 authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed an error message.

parent 5e8a34f1
......@@ -187,7 +187,7 @@ static void send_request( const struct __server_request_info *req )
if (ret >= 0) server_protocol_error( "partial write %d\n", ret );
if (errno == EPIPE) server_abort_thread(0);
server_protocol_perror( "sendmsg" );
server_protocol_perror( "write" );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment