diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-12-19 13:53:42 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-12-19 13:53:42 +0100 | 
| commit | ea140f783b2ff18da1f5db14ff331d0110cb5e3f (patch) | |
| tree | 32d5b68657076b66e483b545b4d1a5d019336af8 /src/benchmark | |
| parent | 5630deaca47e6d3f75dfc3be3b8deb89a2fb01c1 (diff) | |
-debugging'
Diffstat (limited to 'src/benchmark')
| -rw-r--r-- | src/benchmark/taler-bank-benchmark.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/benchmark/taler-bank-benchmark.c b/src/benchmark/taler-bank-benchmark.c index aebf65d5..00042dfb 100644 --- a/src/benchmark/taler-bank-benchmark.c +++ b/src/benchmark/taler-bank-benchmark.c @@ -553,6 +553,9 @@ parallel_benchmark (void)      {        struct GNUNET_OS_Process *dbinit; +      GNUNET_log (GNUNET_ERROR_TYPE_ERROR, +                  "Running DB init with `%s'\n", +                  cfg_filename);        dbinit = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_ALL,                                          NULL, NULL, NULL,                                          "taler-exchange-dbinit", | 
