From 968184944e0099d3556d4e5a5a3bb0195643f05c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 4 Jan 2017 16:44:00 +0100 Subject: [PATCH] src/utils/log.h: add info --- src/utils/log.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ }; -- 2.11.0