summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polyp/polyplib-context.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/polyp/polyplib-context.c b/polyp/polyplib-context.c
index a4770313..62d1ff0d 100644
--- a/polyp/polyplib-context.c
+++ b/polyp/polyplib-context.c
@@ -524,8 +524,6 @@ static void on_connection(struct pa_socket_client *client, struct pa_iochannel*i
c->client = NULL;
if (!io) {
- pa_log("failure: %s\n", strerror(errno));
-
/* Try the item in the list */
if (errno == ECONNREFUSED || errno == ETIMEDOUT || errno == EHOSTUNREACH) {
try_next_connection(c);