diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-05-25 17:46:16 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-05-25 17:46:16 +0200 |
commit | dd323a5d9cff357a4e12777250b9cf77c5de0721 (patch) | |
tree | bbfcd654b445c9497118e4f96d4e728365ccbc01 | |
parent | 4741f4ea02148ed1dede88affd83edd9a96e2680 (diff) | |
download | exchange-dd323a5d9cff357a4e12777250b9cf77c5de0721.tar.gz exchange-dd323a5d9cff357a4e12777250b9cf77c5de0721.tar.bz2 exchange-dd323a5d9cff357a4e12777250b9cf77c5de0721.zip |
-log CMD name
-rw-r--r-- | src/testing/testing_api_loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c index c89073a1..9e989ca3 100644 --- a/src/testing/testing_api_loop.c +++ b/src/testing/testing_api_loop.c @@ -279,7 +279,7 @@ interpreter_run (void *cls) return; } - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Running command `%s'\n", cmd->label); cmd->start_time |