From c9e9cbb340953d04a34816d6b8475608b8ec6eae Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 26 Jun 2014 12:07:24 +0200 Subject: [PATCH 1/1] proto-shell: add debug msg for calling handlers Signed-off-by: Felix Fietkau --- proto-shell.c | 1 + 1 file changed, 1 insertion(+) diff --git a/proto-shell.c b/proto-shell.c index 9fad3a0..7e9cbcf 100644 --- a/proto-shell.c +++ b/proto-shell.c @@ -187,6 +187,7 @@ proto_shell_handler(struct interface_proto_state *proto, uloop_timeout_set(&state->teardown_timeout, 5000); } + D(INTERFACE, "run %s for interface '%s'\n", action, proto->iface->name); config = blobmsg_format_json(state->config, true); if (!config) return -1; -- 2.11.0