X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=audiod.c;h=ce5bc551f8767349a41fe0974f52fa1975d2a1f8;hb=d5495ad848af2ba9d48fa1a1fff31cffd965dc9f;hp=778196542d63dc855a6c8ccd6228362b434b698f;hpb=318fbe90e08b6d9c5e781d9b517b670c5a1a04d7;p=paraslash.git diff --git a/audiod.c b/audiod.c index 77819654..ce5bc551 100644 --- a/audiod.c +++ b/audiod.c @@ -437,10 +437,8 @@ static void open_writers(int slot_num) s->wng->writer_nodes[i].writer = a->writers[i]; } ret = wng_open(s->wng); - if (ret < 0) { - PARA_ERROR_LOG("%s\n", para_strerror(-ret)); + if (ret < 0) return; - } s->wstime = *now; s->server_stream_start = stat_task->server_stream_start.tv_sec? stat_task->server_stream_start : *now;