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:
seife
2011-10-03 17:48:44 +00:00
parent eaa8dd2503
commit 8921b29aaf

View File

@@ -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)