Less logging.

This commit is contained in:
Johns 2012-04-28 12:38:41 +02:00
parent 8d5ff6f6fb
commit 0cf110da81
1 changed files with 1 additions and 1 deletions

View File

@ -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