diff options
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); } |