Changeset f5e9e3f
- Timestamp:
- Jan 4, 2017, 4:44:55 PM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/utils/log.c
r0f214ff rf5e9e3f 35 35 FILE *out; 36 36 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) { 38 38 out = stderr; 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.