Changeset f5e9e3f


Ignore:
Timestamp:
Jan 4, 2017, 4:44:55 PM (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, sampler, yinfft+
Children:
a159628
Parents:
0f214ff
Message:

src/utils/log.c: also print warnings to stderr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/utils/log.c

    r0f214ff rf5e9e3f  
    3535  FILE *out;
    3636  out = stdout;
    37   if (level == AUBIO_LOG_DBG || level == AUBIO_LOG_ERR) {
     37  if (level == AUBIO_LOG_ERR || level == AUBIO_LOG_DBG || level == AUBIO_LOG_WRN) {
    3838    out = stderr;
    3939  }
Note: See TracChangeset for help on using the changeset viewer.