projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3b77e8
)
src/utils/log.h: add info
author
Paul Brossier
<piem@piem.org>
Wed, 4 Jan 2017 15:44:00 +0000
(16:44 +0100)
committer
Paul Brossier
<piem@piem.org>
Wed, 4 Jan 2017 15:44:00 +0000
(16:44 +0100)
src/utils/log.h
patch
|
blob
|
history
diff --git
a/src/utils/log.h
b/src/utils/log.h
index
ee2606c
..
091e91d
100644
(file)
--- 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, /**< warning
s */
+ AUBIO_LOG_
INF, /**< info
s */
AUBIO_LOG_MSG, /**< general messages */
AUBIO_LOG_DBG, /**< debug messages */
+ AUBIO_LOG_WRN, /**< warnings */
AUBIO_LOG_LAST_LEVEL, /**< number of valid levels */
};