diff --git a/src/net/listen.c b/src/net/listen.c
index 762bf375c588103978d455f08b093ffac24e4b3b..b544020e13856d59be72306ad6cdcf7afc7ab152 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;
         }