diff options
author | Johns <johns98@gmx.net> | 2012-05-03 15:26:58 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-05-03 15:26:58 +0200 |
commit | 465c68d83935970acad8273925bb8890bbabdd72 (patch) | |
tree | 1b7aa65ced72b67b1dbc67fcdfbe3c0b64fadd68 | |
parent | aca508114b4e34a9317f8d62ce24f8d52cbe416c (diff) | |
download | vdr-plugin-softhddevice-465c68d83935970acad8273925bb8890bbabdd72.tar.gz vdr-plugin-softhddevice-465c68d83935970acad8273925bb8890bbabdd72.tar.bz2 |
Fix bug #959: log flooded with service messages.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | softhddevice.cpp | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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; |