neutrino: identify streamts error message

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1742 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 8921b29aaf
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-03 (Mon, 03 Oct 2011)
This commit is contained in:
Stefan Seyfried
2011-10-03 17:48:44 +00:00
parent 213d5d78c5
commit c9ea2fbb80

View File

@@ -199,7 +199,7 @@ void streamts_main_thread(void * /*data*/)
//printf("polling, count= %d\n", poll_cnt);
pollres = poll (pfd, poll_cnt, 1000);
if (pollres < 0) {
perror("poll");
perror("streamts_main_thread poll");
continue;
}
if(pollres == 0)