Add the mosx Authors to CREDITS
[paraslash.git] / oggdec.c
index e1c4517ec94e3cda5e5ba92d86485ec47666aef6..929e2eccf7df08435b2d59f17561a6012f7822ee 100644 (file)
--- a/oggdec.c
+++ b/oggdec.c
@@ -135,8 +135,8 @@ static ssize_t ogg_convert(char *inbuffer, size_t len, struct filter_node *fn)
        if (!pod->vf) {
                int ib = 1024 * conf->initial_buffer_arg; /* initial buffer */
                if (len <ib && !*fn->fc->input_eof) {
        if (!pod->vf) {
                int ib = 1024 * conf->initial_buffer_arg; /* initial buffer */
                if (len <ib && !*fn->fc->input_eof) {
-                       PARA_INFO_LOG("initial input buffer %zd/%d, waiting for more data\n",
-                               len, ib);
+                       PARA_DEBUG_LOG("initial input buffer %zd/%d, "
+                               "waiting for more data\n", len, ib);
                        return 0;
                }
                pod->vf = para_malloc(sizeof(struct OggVorbis_File));
                        return 0;
                }
                pod->vf = para_malloc(sizeof(struct OggVorbis_File));