]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh_recv.c
Prefix public functions of ogg_afh_common.c with "oac".
[paraslash.git] / afh_recv.c
index 9d6effe1e25f6cc40ad0ccf5386ee997bce94862..36bc988212d02237e3f8a9484aa993b5b3d5a055 100644 (file)
@@ -200,7 +200,7 @@ static int afh_recv_post_select(__a_unused struct sched *s, void *context)
                                &pard->afh_context);
                        if (ret < 0)
                                goto out;
-                       PARA_INFO_LOG("adding %zu bytes\n", size);
+                       PARA_DEBUG_LOG("adding %zu bytes\n", size);
                        btr_add_output_dont_free(start, size, btrn);
                }
                ret = -E_RECV_EOF;
@@ -237,6 +237,7 @@ out:
        return ret;
 }
 
+/** See \ref recv_init(). */
 const struct receiver lsg_recv_cmd_com_afh_user_data = {
        .init = afh_init,
        .open = afh_recv_open,