remove a debug message

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@281 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-11-12 00:42:34 +00:00
parent c005bd4666
commit 6de0cdaaa9

View file

@ -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);