summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-03-09 19:14:15 +0100
committerchriszero <zerov83@gmail.com>2015-03-09 19:14:15 +0100
commit9dc09e5828cbe6f12e665f2336246be1b785b4d9 (patch)
treefc6333c52f59f6ebe7ea0ed680711910785cbb43
parent44a091857305a75dcaa16f80f480e3174373c377 (diff)
downloadvdr-plugin-plex-9dc09e5828cbe6f12e665f2336246be1b785b4d9.tar.gz
vdr-plugin-plex-9dc09e5828cbe6f12e665f2336246be1b785b4d9.tar.bz2
Reduced logging
-rw-r--r--plex.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plex.cpp b/plex.cpp
index ecec6d3..8b78f95 100644
--- a/plex.cpp
+++ b/plex.cpp
@@ -293,7 +293,6 @@ volatile bool cMyPlugin::CalledFromCode = false;
*/
cMyPlugin::cMyPlugin(void)
{
- dsyslog("[plex]%s:\n", __FUNCTION__);
}
/**
@@ -301,7 +300,6 @@ cMyPlugin::cMyPlugin(void)
*/
cMyPlugin::~cMyPlugin(void)
{
- dsyslog("[plex]%s:\n", __FUNCTION__);
plexclient::plexgdm::GetInstance().stopRegistration();
plexclient::ControlServer::GetInstance().Stop();
}