diff --git a/libowlps-client/libowlps-client.c b/libowlps-client/libowlps-client.c index a1cb93f..ea3e38e 100644 --- a/libowlps-client/libowlps-client.c +++ b/libowlps-client/libowlps-client.c @@ -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) ; }