aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_connection.c')
-rw-r--r--src/cadet/gnunet-service-cadet_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_connection.c b/src/cadet/gnunet-service-cadet_connection.c
index fdc0ec0fe..c61f4a53e 100644
--- a/src/cadet/gnunet-service-cadet_connection.c
+++ b/src/cadet/gnunet-service-cadet_connection.c
@@ -2147,7 +2147,7 @@ GCC_handle_confirm (void *cls,
2147 2147
2148 if (GNUNET_NO != c->destroy) 2148 if (GNUNET_NO != c->destroy)
2149 { 2149 {
2150 GNUNET_assert (CADET_CONNECTION_DESTROYED != c->state); 2150 GNUNET_assert (CADET_CONNECTION_DESTROYED == c->state);
2151 LOG (GNUNET_ERROR_TYPE_DEBUG, 2151 LOG (GNUNET_ERROR_TYPE_DEBUG,
2152 "connection %s being destroyed, ignoring confirm\n", 2152 "connection %s being destroyed, ignoring confirm\n",
2153 GCC_2s (c)); 2153 GCC_2s (c));