Changeset b8503f8 for src


Ignore:
Timestamp:
Oct 5, 2016, 2:08:41 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
Children:
8d41c1d
Parents:
cfddab9
Message:

src/io/sink.c: only show error message from last child sink_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/sink.c

    rcfddab9 rb8503f8  
    9999  }
    100100#endif /* HAVE_WAVWRITE */
    101   AUBIO_ERROR("sink: failed creating %s with samplerate %dHz\n",
    102       uri, samplerate);
     101  //AUBIO_ERROR("sink: failed creating '%s' with samplerate %dHz\n",
     102  //    uri, samplerate);
    103103  AUBIO_FREE(s);
    104104  return NULL;
Note: See TracChangeset for help on using the changeset viewer.