-debug dbinit call
This commit is contained in:
parent
93e8e6e0f7
commit
5ead879726
@ -557,7 +557,7 @@ parallel_benchmark (void)
|
|||||||
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
||||||
"Running DB init with `%s' at %s\n",
|
"Running DB init with `%s' at %s\n",
|
||||||
cfg_filename,
|
cfg_filename,
|
||||||
getcwd (buf));
|
getcwd (buf, sizeof (buf)));
|
||||||
dbinit = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_ALL,
|
dbinit = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_ALL,
|
||||||
NULL, NULL, NULL,
|
NULL, NULL, NULL,
|
||||||
"taler-exchange-dbinit",
|
"taler-exchange-dbinit",
|
||||||
|
Loading…
Reference in New Issue
Block a user