1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00

simplify poll logging

This commit is contained in:
Alexandre Ratchov 2016-01-29 12:12:43 +01:00
parent 91ad4627a7
commit 61913bc10a

View File

@ -356,8 +356,6 @@ file_poll(void)
log_puts(" ");
log_puts(f->ops->name);
log_puts(":");
if (f->nfds == 0)
continue;
for (i = 0; i < f->nfds; i++) {
log_puts(" ");
log_putx(pfd->events);