aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_hello.c')
-rw-r--r--src/cadet/gnunet-service-cadet_hello.c1
1 files changed, 1 insertions, 0 deletions
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)
141void 141void
142GCH_shutdown () 142GCH_shutdown ()
143{ 143{
144 LOG (GNUNET_ERROR_TYPE_DEBUG, "Shutting down channels\n");
144 if (NULL != nc) 145 if (NULL != nc)
145 { 146 {
146 GNUNET_PEERINFO_notify_cancel (nc); 147 GNUNET_PEERINFO_notify_cancel (nc);