Changeset 9a226ef for src/io/source.c


Ignore:
Timestamp:
Feb 10, 2013, 9:13:24 AM (11 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:
8ff4e4b
Parents:
98874a6
Message:

src/io: improve error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source.c

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