summaryrefslogtreecommitdiffstats
path: root/src/vlib/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vlib/log.h')
-rw-r--r--src/vlib/log.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vlib/log.h b/src/vlib/log.h
index 90862dcc9ec..bc73c1c1525 100644
--- a/src/vlib/log.h
+++ b/src/vlib/log.h
@@ -28,7 +28,8 @@ typedef u32 vlib_log_class_t;
_(4, WARNING, warn) \
_(5, NOTICE, notice) \
_(6, INFO, info) \
- _(7, DEBUG, debug)
+ _(7, DEBUG, debug) \
+ _(8, DISABLED, disabled)
typedef enum
{