diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-11-20 21:55:12 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-11-20 21:55:12 +0100 |
commit | a400aa0fc124999446d57d6196b5b67b1989e3ab (patch) | |
tree | f0ce6f2cb5c4edea8e3790447c5fb254964ad5cd /src/testing/testing_api_cmd_exec_wirewatch.c | |
parent | 496a13f35eb3b352eb2bcf8cf84938ce0683e9c5 (diff) | |
parent | e033f82dc0d54a533af5989094345aa56137050e (diff) |
Merge branch 'bug-7276'
Diffstat (limited to 'src/testing/testing_api_cmd_exec_wirewatch.c')
-rw-r--r-- | src/testing/testing_api_cmd_exec_wirewatch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/testing_api_cmd_exec_wirewatch.c b/src/testing/testing_api_cmd_exec_wirewatch.c index cd31688d..2517bf74 100644 --- a/src/testing/testing_api_cmd_exec_wirewatch.c +++ b/src/testing/testing_api_cmd_exec_wirewatch.c @@ -71,6 +71,7 @@ wirewatch_run (void *cls, "-S", "1", "-w", "0", "-t", /* exit when done */ + "-L", "DEBUG", NULL); if (NULL == ws->wirewatch_proc) { |