From b3c6930b7d36d94adca50e552c794c4466560db6 Mon Sep 17 00:00:00 2001 From: austriancoder Date: Thu, 18 Nov 2004 23:42:03 +0000 Subject: little update --- dxr3interface.c | 1 - 1 file changed, 1 deletion(-) 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); } -- cgit v1.2.3