Fix bug #959: log flooded with service messages.

This commit is contained in:
Johns 2012-05-03 15:26:58 +02:00
parent aca508114b
commit 465c68d839
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ User johns
Date: Date:
Release Version 0.5.1 Release Version 0.5.1
Fix bug #959: log flooded with service messages.
User durchflieger User durchflieger
Date: Mon Apr 30 14:46:51 CEST 2012 Date: Mon Apr 30 14:46:51 CEST 2012

View File

@ -2084,7 +2084,7 @@ bool cPluginSoftHdDevice::SetupParse(const char *name, const char *value)
*/ */
bool cPluginSoftHdDevice::Service(const char *id, void *data) 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) { if (strcmp(id, ATMO_GRAB_SERVICE) == 0) {
int width; int width;