]> code.delx.au - pulseaudio/blobdiff - polyp/polyplib-context.c
remove a debug message
[pulseaudio] / polyp / polyplib-context.c
index a477031302153f99847b08587839c17d4bf93b44..62d1ff0d41b83a977caaa277087d3d81f99af0a4 100644 (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);