From b75f082ebdf286ee0f3eb79e441b005f9350ad61 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Tue, 7 Sep 2021 15:08:31 +0200 Subject: [PATCH] DEBUG: Add a debug msg for deurstann --- src/net/listen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/net/listen.c b/src/net/listen.c index 762bf375..b544020e 100644 --- a/src/net/listen.c +++ b/src/net/listen.c @@ -427,6 +427,7 @@ handle_simple_command(struct lkt_state *srv, size_t c, struct lkt_command cmd) } else if (STR_MATCH(cmd.name, "idle")) { + LOG_DEBUG("CMD-DEBUG", "Try to do the 'idle' command even if not found in trie"); err = !command_idle(srv, c, cmd.args); goto end_no_send_status; } -- GitLab