summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-19 00:14:51 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-10-19 00:14:51 +0200
commit9b2cc549afd629a227a94aca35c4026c4eefdd2f (patch)
treea26ef553ae4e461646fbb77e1291a287504b1b11 /main.c
parent1bf627bb338ffe61e01bf7d6eeda4a6e18ccbeca (diff)
downloadnetifd-9b2cc549afd629a227a94aca35c4026c4eefdd2f.tar.gz
move log levels to netifd.h
Diffstat (limited to 'main.c')
-rw-r--r--main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/main.c b/main.c
index 256a022..eeefd52 100644
--- a/main.c
+++ b/main.c
@@ -23,14 +23,6 @@ static struct list_head fds = LIST_HEAD_INIT(fds);
#define DEFAULT_LOG_LEVEL L_NOTICE
-enum {
- L_CRIT,
- L_WARNING,
- L_NOTICE,
- L_INFO,
- L_DEBUG
-};
-
static int log_level = DEFAULT_LOG_LEVEL;
static const int log_class[] = {
[L_CRIT] = LOG_CRIT,