src: remove unused syslog() call

Change-Id: I39bedda7cef2c06a554378c588713b3ebbf5a818
Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
SJ 2017-04-14 21:43:51 +02:00
parent 0489af6cbb
commit 12ea64c90b

View File

@ -280,7 +280,6 @@ int main(int argc, char **argv){
if(readlen == -1){ if(readlen == -1){
/* If errno == EAGAIN, that means we have read all data. So go back to the main loop. */ /* If errno == EAGAIN, that means we have read all data. So go back to the main loop. */
if(errno != EAGAIN){ if(errno != EAGAIN){
syslog(LOG_PRIORITY, "read");
done = 1; done = 1;
} }
break; break;