summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'liblog/logger_name.c')
-rw-r--r--liblog/logger_name.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/liblog/logger_name.c b/liblog/logger_name.c
index a5a83e05a..479bbfeec 100644
--- a/liblog/logger_name.c
+++ b/liblog/logger_name.c
@@ -22,12 +22,13 @@
22 22
23/* In the future, we would like to make this list extensible */ 23/* In the future, we would like to make this list extensible */
24static const char* LOG_NAME[LOG_ID_MAX] = { 24static const char* LOG_NAME[LOG_ID_MAX] = {
25 /* clang-format off */ 25 /* clang-format off */
26 [LOG_ID_MAIN] = "main", 26 [LOG_ID_MAIN] = "main",
27 [LOG_ID_RADIO] = "radio", 27 [LOG_ID_RADIO] = "radio",
28 [LOG_ID_EVENTS] = "events", 28 [LOG_ID_EVENTS] = "events",
29 [LOG_ID_SYSTEM] = "system", 29 [LOG_ID_SYSTEM] = "system",
30 [LOG_ID_CRASH] = "crash", 30 [LOG_ID_CRASH] = "crash",
31 [LOG_ID_STATS] = "stats",
31 [LOG_ID_SECURITY] = "security", 32 [LOG_ID_SECURITY] = "security",
32 [LOG_ID_KERNEL] = "kernel", 33 [LOG_ID_KERNEL] = "kernel",
33 /* clang-format on */ 34 /* clang-format on */