Changeset 65525fe for src


Ignore:
Timestamp:
Jul 16, 2012, 2:47:23 AM (12 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, pitchshift, sampler, timestretch, yinfft+
Children:
776a5d3
Parents:
6bfbcdc
Message:

src/io/sink.c: improve error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/sink.c

    r6bfbcdc r65525fe  
    4545#endif /* HAVE_SNDFILE */
    4646#endif /* __APPLE__ */
    47   AUBIO_ERROR("failed opening %s", uri);
     47  AUBIO_ERROR("failed creating aubio sink with %s", uri);
    4848  AUBIO_FREE(s);
    4949  return NULL;
Note: See TracChangeset for help on using the changeset viewer.