From 6de0cdaaa9eb7d64c915bada450d3afc8746dd9c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Nov 2004 00:42:34 +0000 Subject: remove a debug message git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@281 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/polyplib-context.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'polyp') 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); -- cgit