fix log
authorChristian Grothoff <christian@grothoff.org>
Thu, 16 Feb 2017 20:26:40 +0000 (21:26 +0100)
committerChristian Grothoff <christian@grothoff.org>
Thu, 16 Feb 2017 20:26:40 +0000 (21:26 +0100)
src/cadet/gnunet-service-cadet-new_tunnels.c

index 5b3abde576f5b2a38ac70b8dc6ed5608ecf3ba31..f0ab86431ca35d36c1d94a9b54ab406646745f2b 100644 (file)
@@ -1328,7 +1328,7 @@ send_kx (struct CadetTunnel *t,
   }
   cc = ct->cc;
   LOG (GNUNET_ERROR_TYPE_DEBUG,
-       "Sending KX on %s via %s using %s in state %s\n",
+       "Sending KX on %s via %s in state %s\n",
        GCT_2s (t),
        GCC_2s (cc),
        estate2s (t->estate));