aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2015-10-02 03:37:45 +0000
committerBart Polot <bart@net.in.tum.de>2015-10-02 03:37:45 +0000
commit0aa0b94c9ee027741e11797682a5c9c3e7e94425 (patch)
treebc239430900d0c39a12fa30171d27fbb047cf0e3 /src/cadet/gnunet-service-cadet_connection.c
parente61d64d18584497197bb173c9c23a0359fc5b0c2 (diff)
downloadgnunet-0aa0b94c9ee027741e11797682a5c9c3e7e94425.tar.gz
gnunet-0aa0b94c9ee027741e11797682a5c9c3e7e94425.zip
- log shutdown
Diffstat (limited to 'src/cadet/gnunet-service-cadet_connection.c')
-rw-r--r--src/cadet/gnunet-service-cadet_connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cadet/gnunet-service-cadet_connection.c b/src/cadet/gnunet-service-cadet_connection.c
index 8c25a46b7..2eefceafd 100644
--- a/src/cadet/gnunet-service-cadet_connection.c
+++ b/src/cadet/gnunet-service-cadet_connection.c
@@ -2964,6 +2964,7 @@ shutdown_iterator (void *cls,
2964void 2964void
2965GCC_shutdown (void) 2965GCC_shutdown (void)
2966{ 2966{
2967 LOG (GNUNET_ERROR_TYPE_DEBUG, "Shutting down connections\n");
2967 GCC_check_connections (); 2968 GCC_check_connections ();
2968 GNUNET_CONTAINER_multihashmap_iterate (connections, 2969 GNUNET_CONTAINER_multihashmap_iterate (connections,
2969 &shutdown_iterator, 2970 &shutdown_iterator,