diff options
Diffstat (limited to 'softhddevice.cpp')
-rw-r--r-- | softhddevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |