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;