summaryrefslogtreecommitdiff
path: root/src/lib/testing_api_cmd_batch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/testing_api_cmd_batch.c')
-rw-r--r--src/lib/testing_api_cmd_batch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/testing_api_cmd_batch.c b/src/lib/testing_api_cmd_batch.c
index 84bd51b69..f3d162593 100644
--- a/src/lib/testing_api_cmd_batch.c
+++ b/src/lib/testing_api_cmd_batch.c
@@ -60,8 +60,8 @@ batch_run (void *cls,
struct BatchState *bs = cls;
if (NULL != bs->batch[bs->batch_ip].label)
- TALER_LOG_DEBUG ("Running batched command: %s\n",
- bs->batch[bs->batch_ip].label);
+ TALER_LOG_INFO ("Running batched command: %s\n",
+ bs->batch[bs->batch_ip].label);
/* hit end command, leap to next top-level command. */
if (NULL == bs->batch[bs->batch_ip].label)