diff options
-rw-r--r-- | softhddevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp index 70eb4d0..7a07e53 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -1835,7 +1835,7 @@ void cPluginSoftHdDevice::Stop(void) */ void cPluginSoftHdDevice::Housekeeping(void) { - dsyslog("[softhddev]%s:\n", __FUNCTION__); + //dsyslog("[softhddev]%s:\n", __FUNCTION__); // check if user is inactive, automatic enter suspend mode // FIXME: cControl prevents shutdown, disable this until fixed |