diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-12-19 14:01:03 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-12-19 14:01:03 +0100 | 
| commit | 5ead87972601f9df56deaaf85df3ba284af1dfe1 (patch) | |
| tree | 4de35f21ae1c8210e99aa4e530e78d8af5a63d14 /src | |
| parent | 93e8e6e0f7f76625794cc240a572bcd9faad9c74 (diff) | |
-debug dbinit call
Diffstat (limited to 'src')
| -rw-r--r-- | src/benchmark/taler-bank-benchmark.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/benchmark/taler-bank-benchmark.c b/src/benchmark/taler-bank-benchmark.c index 146d5d59..0d325a6e 100644 --- a/src/benchmark/taler-bank-benchmark.c +++ b/src/benchmark/taler-bank-benchmark.c @@ -557,7 +557,7 @@ parallel_benchmark (void)        GNUNET_log (GNUNET_ERROR_TYPE_ERROR,                    "Running DB init with `%s' at %s\n",                    cfg_filename, -                  getcwd (buf)); +                  getcwd (buf, sizeof (buf)));        dbinit = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_ALL,                                          NULL, NULL, NULL,                                          "taler-exchange-dbinit", | 
