Fixed an error message.

oldstable
Alexandre Julliard 2004-01-19 21:55:32 +00:00
parent 5e8a34f163
commit de7fab45bc
1 changed files with 1 additions and 1 deletions

View File

@ -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" );
}