mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
neutrino: identify streamts error message
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1742 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -199,7 +199,7 @@ void streamts_main_thread(void * /*data*/)
|
|||||||
//printf("polling, count= %d\n", poll_cnt);
|
//printf("polling, count= %d\n", poll_cnt);
|
||||||
pollres = poll (pfd, poll_cnt, 1000);
|
pollres = poll (pfd, poll_cnt, 1000);
|
||||||
if (pollres < 0) {
|
if (pollres < 0) {
|
||||||
perror("poll");
|
perror("streamts_main_thread poll");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if(pollres == 0)
|
if(pollres == 0)
|
||||||
|
Reference in New Issue
Block a user