diff -urNad vdr-plugin-remote-0.3.3/remote.c /tmp/dpep.Gy94KY/vdr-plugin-remote-0.3.3/remote.c --- vdr-plugin-remote-0.3.3/remote.c 2005-02-13 19:38:32.000000000 +0000 +++ /tmp/dpep.Gy94KY/vdr-plugin-remote-0.3.3/remote.c 2005-02-23 23:09:14.000000000 +0000 @@ -783,9 +783,9 @@ } // for if (!ok) - esyslog("%s: fatal error - unable to open input device", Name()); + esyslog("%s: warning: unable to open input device", Name()); - return ok; + return true; }