Skip to content
Extraits de code Groupes Projets
Vérifiée Valider b75f082e rédigé par Kubat's avatar Kubat
Parcourir les fichiers

DEBUG: Add a debug msg for deurstann

parent 599b2efb
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -427,6 +427,7 @@ handle_simple_command(struct lkt_state *srv, size_t c, struct lkt_command cmd) ...@@ -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")) { 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); err = !command_idle(srv, c, cmd.args);
goto end_no_send_status; goto end_no_send_status;
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter