diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-11-18 10:49:53 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-11-18 10:49:53 +0100 |
commit | 7d3ce9bb5d03e42f97102acfc303b590f89e5d40 (patch) | |
tree | d2f8a6f43ae877f93b5b36fcc69f5f1a2c3aa4b3 /src/testing/testing_api_cmd_exec_wirewatch.c | |
parent | 3d4baa996936b55b595d4f2f619ce47472a21d10 (diff) | |
parent | baeb59ee130308623f31807c8ba94df9b5fb23f9 (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) { |