Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Error: channel not available



When ever I schedule a recording and the timer goes off, I get a msg in my
syslog saying "ERROR: Channel not available!".  This "error" in the syslog
then triggers my logcheck and emails me a msg about a security alert.
Shouldn't this be more of an info than error message?  It just means that
since I only have one card, the channel has to switch, therefore the current
channel is unavailable.

--- device.c.original   2004-10-01 13:35:25.000000000 -0700
+++ device.c    2004-10-01 13:28:52.000000000 -0700
@@ -357,7 +357,7 @@
   for (int i = 3; i--;) {
       switch (SetChannel(Channel, LiveView)) {
         case scrOk:           return true;
-        case scrNotAvailable: Skins.Message(mtError, tr("Channel not
available!"));
+        case scrNotAvailable: Skins.Message(mtInfo, tr("Channel not
available!"));
                               return false;
         case scrNoTransfer:   Skins.Message(mtError, tr("Can't start
Transfer Mode!"));
                               return false;






Home | Main Index | Thread Index