From 0aa0b94c9ee027741e11797682a5c9c3e7e94425 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 2 Oct 2015 03:37:45 +0000 Subject: - log shutdown --- src/cadet/gnunet-service-cadet_hello.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cadet/gnunet-service-cadet_hello.c') diff --git a/src/cadet/gnunet-service-cadet_hello.c b/src/cadet/gnunet-service-cadet_hello.c index 19b45c9cd..187743e35 100644 --- a/src/cadet/gnunet-service-cadet_hello.c +++ b/src/cadet/gnunet-service-cadet_hello.c @@ -141,6 +141,7 @@ GCH_init (const struct GNUNET_CONFIGURATION_Handle *c) void GCH_shutdown () { + LOG (GNUNET_ERROR_TYPE_DEBUG, "Shutting down channels\n"); if (NULL != nc) { GNUNET_PEERINFO_notify_cancel (nc); -- cgit v1.2.3