Changeset 69bc171


Ignore:
Timestamp:
Aug 24, 2014, 1:51:51 PM (10 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:
5a2a6c6
Parents:
1b6a62de
Message:

src/io/source_wavread.c: sync error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_wavread.c

    r1b6a62de r69bc171  
    9393  s->fid = fopen((const char *)path, "rb");
    9494  if (!s->fid) {
    95     AUBIO_ERR("source_wavread: could not open %s (%s)\n", s->path, strerror(errno));
     95    AUBIO_ERR("source_wavread: Failed opening %s (System error: %s)\n", s->path, strerror(errno));
    9696    goto beach;
    9797  }
Note: See TracChangeset for help on using the changeset viewer.