* new environment variable $POLYP_LOG

* fix connection establishing algorithm
* add timeout for establishing connections
* add fqdn to the server directive to connect to in browse API
* quieten ESOUND protocol


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@338 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2005-01-11 20:47:10 +00:00
parent 5ab306402d
commit 32bf3a106a
5 changed files with 91 additions and 20 deletions

View file

@ -508,7 +508,7 @@ static int try_next_connection(struct pa_context *c) {
goto finish;
}
/* pa_log(__FILE__": Trying to connect to %s...\n", u); */
pa_log_debug(__FILE__": Trying to connect to %s...\n", u);
pa_xfree(c->server);
c->server = pa_xstrdup(u);
@ -535,7 +535,7 @@ static void on_connection(struct pa_socket_client *client, struct pa_iochannel*i
assert(client && c && c->state == PA_CONTEXT_CONNECTING);
pa_context_ref(c);
pa_socket_client_unref(client);
c->client = NULL;