summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-05 16:03:16 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-10-05 16:03:16 +0200
commit314b33c511f8aa53c9fb97c6a9ad9d410f06af26 (patch)
treec9fdfb3fa7a5fcf98a58ef96ba3cdc89b9c01635 /config.c
parent64c271ed3bd50ce5ffbf69108d75bb79d279e8d9 (diff)
downloadnetifd-314b33c511f8aa53c9fb97c6a9ad9d410f06af26.tar.gz
add better debug messages for interface create/remove/update
Diffstat (limited to 'config.c')
-rw-r--r--config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.c b/config.c
index cb79b2a..1ca0256 100644
--- a/config.c
+++ b/config.c
@@ -148,8 +148,6 @@ config_parse_interface(struct uci_section *s)
const char *type;
struct blob_attr *config;
- D(INTERFACE, "Create interface '%s'\n", s->e.name);
-
blob_buf_init(&b, 0);
type = uci_lookup_option_string(uci_ctx, s, "type");