- debug key clearing
authorBart Polot <bart@net.in.tum.de>
Wed, 15 Oct 2014 00:55:53 +0000 (00:55 +0000)
committerBart Polot <bart@net.in.tum.de>
Wed, 15 Oct 2014 00:55:53 +0000 (00:55 +0000)
src/cadet/gnunet-service-cadet_tunnel.c

index 2917e4ff76357c4332bcdf8d314c82c101825a1f..9f3156c389b136cd8b940dcff02bf3b09cd2320d 100644 (file)
@@ -3267,7 +3267,8 @@ GCT_debug (const struct CadetTunnel *t, enum GNUNET_ErrorType level)
   LOG2 (level, "TTT DEBUG TUNNEL TOWARDS %s\n", GCT_2s (t));
   LOG2 (level, "TTT  cstate %s, estate %s\n",
        cstate2s (t->cstate), estate2s (t->estate));
-  LOG2 (level, "TTT  kx_ctx %p, rekey_task %u\n", t->kx_ctx, t->rekey_task);
+  LOG2 (level, "TTT  kx_ctx %p, rekey_task %u, finish task %u\n",
+        t->kx_ctx, t->rekey_task, t->kx_ctx ? t->kx_ctx->finish_task : 0);
 #if DUMP_KEYS_TO_STDERR
   LOG2 (level, "TTT  my EPHM\t %s\n",
         GNUNET_h2s ((struct GNUNET_HashCode *) &kx_msg.ephemeral_key));