diff options
author | chriszero <zerov83@gmail.com> | 2015-02-27 17:21:36 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-02-27 17:21:36 +0100 |
commit | 793fa10c35ef60ea7370fef5167854d38c65df65 (patch) | |
tree | 27bde96520e5d606c3830e3b2367c40666e4d264 | |
parent | 6b46a11f854125e9aeece1131dc2dbbc093f450a (diff) | |
download | vdr-plugin-plex-793fa10c35ef60ea7370fef5167854d38c65df65.tar.gz vdr-plugin-plex-793fa10c35ef60ea7370fef5167854d38c65df65.tar.bz2 |
Reduce log messages
-rw-r--r-- | hlsPlayerControl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hlsPlayerControl.cpp b/hlsPlayerControl.cpp index 40b9e16..309c257 100644 --- a/hlsPlayerControl.cpp +++ b/hlsPlayerControl.cpp @@ -219,7 +219,7 @@ void cHlsPlayerControl::JumpRelative(int offset) void cHlsPlayerControl::ShowMode(void) { - dsyslog("[plex]: '%s'\n", __FUNCTION__); + //dsyslog("[plex]: '%s'\n", __FUNCTION__); if (visible || Setup.ShowReplayMode && !cOsd::IsOpen()) { bool Play, Forward; int Speed; |