summaryrefslogtreecommitdiffstats
path: root/nest/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/cli.c')
-rw-r--r--nest/cli.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/cli.c b/nest/cli.c
index fb2b679..ec18bc9 100644
--- a/nest/cli.c
+++ b/nest/cli.c
@@ -162,6 +162,8 @@ cli_command(struct cli *c)
struct config f;
int res;
+ if (config->cli_debug > 1)
+ log(L_TRACE "CLI: %s", c->rx_buf);
bzero(&f, sizeof(f));
f.mem = c->parser_pool;
cf_read_hook = cli_cmd_read_hook;