X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.c;h=05a2cda39ba462d490a6e43a0876ecc8c6640265;hb=279fe642fefe11ea606ef0124782c2d59477f5e1;hp=52728900840fb76d7b0eb5a39dd6bd2d1ed34afc;hpb=5bffffb32d2d8bfc8bc465b43b56a92a6101d35c;p=paraslash.git diff --git a/audiod.c b/audiod.c index 52728900..05a2cda3 100644 --- a/audiod.c +++ b/audiod.c @@ -179,7 +179,7 @@ static uid_t *uid_whitelist; /** * The task that calls the status command of para_server. * - * \sa struct status_task + * \sa \ref struct status_task. */ static struct status_task *stat_task = &status_task_struct; @@ -666,6 +666,7 @@ static int open_receiver(int format) EMBRACE(.name = name, .context = rn)); ret = r->open(rn); if (ret < 0) { + PARA_ERROR_LOG("could not open %s receiver\n", name); btr_remove_node(&rn->btrn); free(rn); return ret;