diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-11-18 10:46:00 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-11-18 10:46:00 +0100 | 
| commit | baeb59ee130308623f31807c8ba94df9b5fb23f9 (patch) | |
| tree | 3457187dc552e0539aae350952ed8854fd4df2ee /src/testing | |
| parent | 30997afc7fc81f1fa6af85c754390209d0200a67 (diff) | |
fix wirewatch
Diffstat (limited to 'src/testing')
| -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)    { | 
