mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-26 07:20:11 +01:00
src: remove unused syslog() call
Change-Id: I39bedda7cef2c06a554378c588713b3ebbf5a818 Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
parent
0489af6cbb
commit
12ea64c90b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user