Changeset 6c25201


Ignore:
Timestamp:
Aug 30, 2009, 2:46:59 PM (15 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:
c3395f3
Parents:
6f9615c
Message:

ext/sndfileio.c: shorten sndfile error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ext/sndfileio.c

    r6f9615c r6c25201  
    4747
    4848        if (f->handle == NULL) {
    49                 AUBIO_ERR("Unable to open input file %s.\n", outputname);
    50                 AUBIO_ERR("%s\n",sf_strerror (NULL)); /* libsndfile err msg */
     49                AUBIO_ERR("Failed opening %s: %s\n", outputname,
     50                        sf_strerror (NULL)); /* libsndfile err msg */
    5151                return NULL;
    5252        }       
Note: See TracChangeset for help on using the changeset viewer.