]> 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 d2d8b52bb86d18d70d356fdcb43044b064590de6..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;