diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-01-24 18:46:49 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-01-24 18:46:49 +0100 |
commit | 531b61cd43765e16ebaacd3900241efc9a6b6616 (patch) | |
tree | 2ce28f8cdda92608589eae7aff1d7852632f1da6 /src/lib/testing_api_loop.c | |
parent | 9de8b7762547e4064d618cf2ad1e4da8a1f6994b (diff) | |
parent | 649dd16401379285bb2260fce8dbb5eb6f24b453 (diff) |
adding separate test just for /verison API
Diffstat (limited to 'src/lib/testing_api_loop.c')
-rw-r--r-- | src/lib/testing_api_loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/testing_api_loop.c b/src/lib/testing_api_loop.c index d0865c90..0582b73b 100644 --- a/src/lib/testing_api_loop.c +++ b/src/lib/testing_api_loop.c @@ -309,6 +309,7 @@ do_shutdown (void *cls) if (NULL != is->exchange) { + TALER_LOG_DEBUG ("Disconnecting the exchange\n"); TALER_EXCHANGE_disconnect (is->exchange); is->exchange = NULL; } |