From c9ea2fbb804e0676aa4fdaf60b3cf46fe19c1f38 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Mon, 3 Oct 2011 17:48:44 +0000 Subject: [PATCH] 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: https://github.com/neutrino-images/ni-neutrino/commit/8921b29aaf96a0e5e25f1edfa33149fbc41ba2ae Author: Stefan Seyfried Date: 2011-10-03 (Mon, 03 Oct 2011) --- src/driver/streamts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/streamts.cpp b/src/driver/streamts.cpp index 573234bad..dfd70d8bf 100644 --- a/src/driver/streamts.cpp +++ b/src/driver/streamts.cpp @@ -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)