make debug level 1 less verbose

This commit is contained in:
Alexandre Ratchov 2012-10-05 19:37:47 +02:00
parent 37c1d89c64
commit c52770bd18
1 changed files with 1 additions and 1 deletions

View File

@ -1132,7 +1132,7 @@ sio_alsa_pollfd(struct sio_hdl *sh, struct pollfd *pfd, int events)
}
} else
hdl->infds = 0;
DPRINTF("sio_alsa_pollfd: events = %x, nfds = %d + %d\n",
DPRINTFN(2, "sio_alsa_pollfd: events = %x, nfds = %d + %d\n",
events, hdl->onfds, hdl->infds);
for (i = 0; i < hdl->onfds + hdl->infds; i++) {