diff options
author | austriancoder <austriancoder> | 2004-11-18 23:42:03 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-11-18 23:42:03 +0000 |
commit | b3c6930b7d36d94adca50e552c794c4466560db6 (patch) | |
tree | f431bf7caa93492be37c2bde3ac388ff15540e13 /dxr3interface.c | |
parent | 58dbc827a2b3b6700977105532fa74c1074bf579 (diff) | |
download | vdr-plugin-dxr3-b3c6930b7d36d94adca50e552c794c4466560db6.tar.gz vdr-plugin-dxr3-b3c6930b7d36d94adca50e552c794c4466560db6.tar.bz2 |
little update
Diffstat (limited to 'dxr3interface.c')
-rw-r--r-- | dxr3interface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dxr3interface.c b/dxr3interface.c index 63522d1..4211048 100644 --- a/dxr3interface.c +++ b/dxr3interface.c @@ -74,7 +74,6 @@ cDxr3Interface::cDxr3Interface() m_fdControl = Dxr3Open("", cDxr3ConfigData::Instance().GetDxr3Card(), O_WRONLY | O_SYNC); if (!m_fdControl) { - cLog::Instance() << "Unable to open the control stream!\n"; cLog::Instance() << "Please check if the dxr3 modules are loaded!\n"; exit(1); } |