From d7ccfad6103f131afe297e3381b636bf59ce2dfa Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 16 Jan 2020 14:30:01 +0100 Subject: fix history API --- src/lib/testing_api_cmd_batch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/testing_api_cmd_batch.c') 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) -- cgit v1.2.3