[Aggregator] Fix typo

This commit is contained in:
Matteo Cypriani 2011-02-14 09:11:04 +01:00
parent 3979788c77
commit 80f17b08b7
1 changed files with 1 additions and 1 deletions

View File

@ -716,7 +716,7 @@ void listen_for_aps(void)
if (nread <= 0 && run)
{
if (run)
fprintf(stderr, "No message received from aggregator!\n") ;
fprintf(stderr, "No message received from listener!\n") ;
continue ;
}