summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-16 14:30:01 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-16 14:30:10 +0100
commitd7ccfad6103f131afe297e3381b636bf59ce2dfa (patch)
tree7f8c19c7706d2804766556dc7ccad966147bad72 /src/lib
parent4ac34199ade4b0739241060c15d61b7243488b69 (diff)
downloadexchange-d7ccfad6103f131afe297e3381b636bf59ce2dfa.tar.gz
exchange-d7ccfad6103f131afe297e3381b636bf59ce2dfa.tar.bz2
exchange-d7ccfad6103f131afe297e3381b636bf59ce2dfa.zip
fix history API
Diffstat (limited to 'src/lib')
-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)