Skip to content

Commit

Permalink
Refs #11298. Print error message on Poll error.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Dec 19, 2012
1 parent 40ff973 commit a7e8f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/libs/libmythtv/recorders/dvbdev/dvbci.cpp
Expand Up @@ -636,8 +636,8 @@ cCiTransportConnection *cCiTransportLayer::Process(int Slot)
case stCREATION:
case stACTIVE:
if (!Tc->DataAvailable()) {
if (Tc->Poll() != OK)
;//XXX continue;
if (Tc->Poll() != OK)
esyslog("ERROR: Poll Error");
}
switch (Tc->LastResponse()) {
case T_REQUEST_TC:
Expand Down

0 comments on commit a7e8f7f

Please sign in to comment.