From: Paul Brossier Date: Wed, 4 Jan 2017 15:44:00 +0000 (+0100) Subject: src/utils/log.h: add info X-Git-Tag: 0.4.4~16 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=968184944e0099d3556d4e5a5a3bb0195643f05c;p=aubio.git src/utils/log.h: add info --- diff --git a/src/utils/log.h b/src/utils/log.h index ee2606c5..091e91d4 100644 --- a/src/utils/log.h +++ b/src/utils/log.h @@ -45,9 +45,10 @@ extern "C" { /** list of logging levels */ enum aubio_log_level { AUBIO_LOG_ERR, /**< critical errors */ - AUBIO_LOG_WRN, /**< warnings */ + AUBIO_LOG_INF, /**< infos */ AUBIO_LOG_MSG, /**< general messages */ AUBIO_LOG_DBG, /**< debug messages */ + AUBIO_LOG_WRN, /**< warnings */ AUBIO_LOG_LAST_LEVEL, /**< number of valid levels */ };