mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Fix bug #959: log flooded with service messages.
This commit is contained in:
parent
aca508114b
commit
465c68d839
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user