Check-in Number:
|
953 | |
Date: |
2001-Sep-12 12:24:29 (local)
2001-Sep-12 10:24:29 (UTC) |
User: | ms |
Branch: | |
Comment: |
Merged new L2_LEVEL_NONE enum value from l2.h source file. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/l2.h.in 1.4 -> 1.5
--- l2.h.in 2001/09/12 09:42:34 1.4
+++ l2.h.in 2001/09/12 10:24:29 1.5
@@ -80,6 +80,7 @@
/* list of logging levels (high to low priority; low to high amount of logging) */
typedef enum {
+ L2_LEVEL_NONE = 0,
L2_LEVEL_PANIC = (1 << 0),
L2_LEVEL_CRITICAL = (1 << 1),
L2_LEVEL_ERROR = (1 << 2),
|
|