summaryrefslogtreecommitdiff
path: root/plexgdm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plexgdm.cpp')
-rw-r--r--plexgdm.cpp4
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;