Changeset 790b6d7


Ignore:
Timestamp:
Sep 23, 2016, 1:14:47 AM (7 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:
50a8260
Parents:
9bfef718
Message:

src/notes/notes.c: fix error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/notes/notes.c

    r9bfef718 r790b6d7  
    8282
    8383  if (strcmp(method, "default") != 0) {
    84     AUBIO_ERR("unknown notes detection method %s, using default.\n",
    85        method);
     84    AUBIO_ERR("notes: unknown notes detection method \"%s\"\n", method);
    8685    goto fail;
    8786  }
Note: See TracChangeset for help on using the changeset viewer.