summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-05-03 15:26:58 +0200
committerJohns <johns98@gmx.net>2012-05-03 15:26:58 +0200
commit465c68d83935970acad8273925bb8890bbabdd72 (patch)
tree1b7aa65ced72b67b1dbc67fcdfbe3c0b64fadd68
parentaca508114b4e34a9317f8d62ce24f8d52cbe416c (diff)
downloadvdr-plugin-softhddevice-465c68d83935970acad8273925bb8890bbabdd72.tar.gz
vdr-plugin-softhddevice-465c68d83935970acad8273925bb8890bbabdd72.tar.bz2
Fix bug #959: log flooded with service messages.
-rw-r--r--ChangeLog1
-rw-r--r--softhddevice.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b2abb88..fc70ece 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@ User johns
Date:
Release Version 0.5.1
+ Fix bug #959: log flooded with service messages.
User durchflieger
Date: Mon Apr 30 14:46:51 CEST 2012
diff --git a/softhddevice.cpp b/softhddevice.cpp
index e2ab45f..06b4f33 100644
--- a/softhddevice.cpp
+++ b/softhddevice.cpp
@@ -2084,7 +2084,7 @@ bool cPluginSoftHdDevice::SetupParse(const char *name, const char *value)
*/
bool cPluginSoftHdDevice::Service(const char *id, void *data)
{
- dsyslog("[softhddev]%s: id %s\n", __FUNCTION__, id);
+ //dsyslog("[softhddev]%s: id %s\n", __FUNCTION__, id);
if (strcmp(id, ATMO_GRAB_SERVICE) == 0) {
int width;