diff options
author | chriszero <zerov83@gmail.com> | 2015-02-14 18:53:11 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-02-14 18:53:11 +0100 |
commit | e412257abf8de4576a180351d24ff07589fa630c (patch) | |
tree | ed020de5c8257545eca66e96997984731ac60379 /plexgdm.cpp | |
parent | 20fefdd3f341d6e7f6b15e4926bf5569aa1943d5 (diff) | |
download | vdr-plugin-plex-e412257abf8de4576a180351d24ff07589fa630c.tar.gz vdr-plugin-plex-e412257abf8de4576a180351d24ff07589fa630c.tar.bz2 |
Various Fixes0.1.0
Bump Version to frist beta.
Diffstat (limited to 'plexgdm.cpp')
-rw-r--r-- | plexgdm.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plexgdm.cpp b/plexgdm.cpp index 9eb152f..083e00d 100644 --- a/plexgdm.cpp +++ b/plexgdm.cpp @@ -142,9 +142,7 @@ void plexgdm::discover() vBuffer[sender.host().toString()] = buf; } } - } catch(Poco::TimeoutException& exc) { - dsyslog("[plex]TimeoutException in %s s%", __func__, exc.displayText().c_str()); - } + } catch(Poco::TimeoutException) {} socket.close(); m_discoveryComplete = true; |