summaryrefslogtreecommitdiff
path: root/dxr3interface.c
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2004-11-11 23:42:17 +0000
committeraustriancoder <austriancoder>2004-11-11 23:42:17 +0000
commitba3a50ff0ce933c316eeb49d13633d24a423d460 (patch)
tree97bd8771c5fa0ef1b684363c4dbdd18bfddb94c7 /dxr3interface.c
parent93af8fa10c7971c1eb5f99fabf1f918c8d80eb5f (diff)
downloadvdr-plugin-dxr3-ba3a50ff0ce933c316eeb49d13633d24a423d460.tar.gz
vdr-plugin-dxr3-ba3a50ff0ce933c316eeb49d13633d24a423d460.tar.bz2
little update
Diffstat (limited to 'dxr3interface.c')
-rw-r--r--dxr3interface.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dxr3interface.c b/dxr3interface.c
index 9dbd62f..662a891 100644
--- a/dxr3interface.c
+++ b/dxr3interface.c
@@ -75,6 +75,7 @@ cDxr3Interface::cDxr3Interface()
{
cLog::Instance() << "Unable to open the control stream!\n";
cLog::Instance() << "Please check if the dxr3 modules are loaded!\n";
+ exit(1);
}
// upload microcode to dxr3
@@ -920,7 +921,7 @@ void cDxr3Interface::UploadMicroCode()
if (cDxr3ConfigData::Instance().GetDebug())
{
- cLog::Instance() << "cDxr3Interface::UploadMicroCode: uploading...";
+ cLog::Instance() << "cDxr3Interface::UploadMicroCode: uploading from " << MICROCODE << "...";
}
em8300_microcode_t em8300_microcode;