[Listener] Use perror() after recvfrom()

This commit is contained in:
Matteo Cypriani 2011-07-24 18:32:44 +02:00
parent f71a56bb9a
commit f008db0e1c
1 changed files with 1 additions and 1 deletions

View File

@ -1261,7 +1261,7 @@ void* autocalibrate(void *NULL_value)
if (nread <= 0 && owl_run)
{
if (owl_run)
fprintf(stderr, "No message received from aggregator!\n") ;
perror("No message received from aggregator") ;
continue ;
}