Changeset cb1fad8 for src/io/source.c


Ignore:
Timestamp:
Oct 5, 2016, 4:36:26 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Children:
2f1ab3f
Parents:
0a756ea
git-author:
Paul Brossier <piem@piem.org> (10/03/16 21:09:52)
git-committer:
Paul Brossier <piem@piem.org> (10/05/16 16:36:26)
Message:

src/io/source.c: only show error message from last child source_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source.c

    r0a756ea rcb1fad8  
    116116  }
    117117#endif /* HAVE_WAVREAD */
    118   AUBIO_ERROR("source: failed creating aubio source with %s"
    119      " at samplerate %d with hop_size %d\n", uri, samplerate, hop_size);
     118  //AUBIO_ERROR("source: failed creating aubio source with %s"
     119  //   " at samplerate %d with hop_size %d\n", uri, samplerate, hop_size);
    120120  AUBIO_FREE(s);
    121121  return NULL;
Note: See TracChangeset for help on using the changeset viewer.