summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2018-10-06 01:22:43 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2018-10-07 15:16:00 -0400
commit56432a44c64e6ab3b663fe783fd1b2138cee689d (patch)
treefa212e0adf4a4a28666f0a42879c08651e7202a0 /toxcore
parentf5afc526550d935585f4023142853eeb95115734 (diff)
Make sure logger levels stay in sync across files
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/logger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/logger.h b/toxcore/logger.h
index 6231ca4b..2cae7a0e 100644
--- a/toxcore/logger.h
+++ b/toxcore/logger.h
@@ -32,6 +32,7 @@
32#define MIN_LOGGER_LEVEL LOGGER_LEVEL_INFO 32#define MIN_LOGGER_LEVEL LOGGER_LEVEL_INFO
33#endif 33#endif
34 34
35// NOTE: Don't forget to update build system files after modifying the enum.
35typedef enum Logger_Level { 36typedef enum Logger_Level {
36 LOGGER_LEVEL_TRACE, 37 LOGGER_LEVEL_TRACE,
37 LOGGER_LEVEL_DEBUG, 38 LOGGER_LEVEL_DEBUG,