summaryrefslogtreecommitdiffstats
path: root/polyp
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-12 00:42:34 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-12 00:42:34 +0000
commit6de0cdaaa9eb7d64c915bada450d3afc8746dd9c (patch)
treeaf8304a9cbd087814b07c8dcb7f5952de692122c /polyp
parentc005bd466651d8720aef3198d73bc0a3d459f953 (diff)
remove a debug message
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@281 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp')
-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);