summaryrefslogtreecommitdiff
path: root/src/lib/testing_api_loop.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-15 12:41:26 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-15 12:41:26 +0100
commit1ce69e6b2f1b963a473b0787a9f815f6b9ec46e7 (patch)
tree87058876f28aecd1f2163f66790e42902f7faf11 /src/lib/testing_api_loop.c
parentc8b05da9b1765d17a0503e963c8ba3469d8543cd (diff)
downloadexchange-1ce69e6b2f1b963a473b0787a9f815f6b9ec46e7.tar.gz
exchange-1ce69e6b2f1b963a473b0787a9f815f6b9ec46e7.tar.bz2
exchange-1ce69e6b2f1b963a473b0787a9f815f6b9ec46e7.zip
initialize start_number in fakebank
Diffstat (limited to 'src/lib/testing_api_loop.c')
-rw-r--r--src/lib/testing_api_loop.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/testing_api_loop.c b/src/lib/testing_api_loop.c
index 0582b73ba..39a9b71a1 100644
--- a/src/lib/testing_api_loop.c
+++ b/src/lib/testing_api_loop.c
@@ -625,8 +625,9 @@ TALER_TESTING_cert_cb
else
{
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Got %d DK from /keys\n",
- keys->num_denom_keys);
+ "Got %d DK from /keys in generation %u\n",
+ keys->num_denom_keys,
+ is->key_generation + 1);
}
is->key_generation++;
is->keys = keys;