diff options
author | Johns <johns98@gmx.net> | 2012-04-28 12:38:41 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-04-28 12:38:41 +0200 |
commit | 0cf110da8131ffff6ea4e80b21a0b6683cdebc23 (patch) | |
tree | e7091f18d5a4bb62151f75370008184578ff9446 /softhddevice.cpp | |
parent | 8d5ff6f6fb9ee7977e1f31e93f38e0d6a994acbd (diff) | |
download | vdr-plugin-softhddevice-0cf110da8131ffff6ea4e80b21a0b6683cdebc23.tar.gz vdr-plugin-softhddevice-0cf110da8131ffff6ea4e80b21a0b6683cdebc23.tar.bz2 |
Less logging.
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 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 |