]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.c
manual: Update URLs which give 301.
[paraslash.git] / audiod.c
index 52728900840fb76d7b0eb5a39dd6bd2d1ed34afc..05a2cda39ba462d490a6e43a0876ecc8c6640265 100644 (file)
--- 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;