[lib-client] owl_send_packet(): fix error message

This commit is contained in:
Matteo Cypriani 2013-07-03 10:10:32 -04:00
parent c50ac30ba4
commit 066754c90c
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ void owl_send_packet(const int sockfd,
(socklen_t) sizeof(*server)) ;
if (nsent != (ssize_t) packet_size)
{
perror("Error sending data to the aggregation server") ;
perror("Error sending data to the network") ;
exit(OWL_ERR_SOCKET_SEND) ;
}