[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r34598 - gnunet/src/cadet
From: |
gnunet |
Subject: |
[GNUnet-SVN] r34598 - gnunet/src/cadet |
Date: |
Mon, 15 Dec 2014 08:18:04 +0100 |
Author: bartpolot
Date: 2014-12-15 08:18:04 +0100 (Mon, 15 Dec 2014)
New Revision: 34598
Modified:
gnunet/src/cadet/gnunet-service-cadet_connection.c
gnunet/src/cadet/gnunet-service-cadet_tunnel.c
Log:
- make connection always log with ---, reserve === for upper levels
Modified: gnunet/src/cadet/gnunet-service-cadet_connection.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_connection.c 2014-12-15 07:18:03 UTC
(rev 34597)
+++ gnunet/src/cadet/gnunet-service-cadet_connection.c 2014-12-15 07:18:04 UTC
(rev 34598)
@@ -813,7 +813,7 @@
struct CadetTunnel *t;
t = connection->t;
- LOG (GNUNET_ERROR_TYPE_INFO, "===> {%14s ACK} on connection %s\n",
+ LOG (GNUNET_ERROR_TYPE_INFO, "---> {%14s ACK} on connection %s\n",
GC_f2s (!fwd), GCC_2s (connection));
GCP_queue_add (get_hop (connection, fwd), NULL,
GNUNET_MESSAGE_TYPE_CADET_CONNECTION_ACK, 0, 0,
@@ -871,7 +871,7 @@
struct GNUNET_CADET_ConnectionBroken *msg;
struct CadetPeer *neighbor;
- LOG (GNUNET_ERROR_TYPE_INFO, "===> BROKEN on unknown connection %s\n",
+ LOG (GNUNET_ERROR_TYPE_INFO, "---> BROKEN on unknown connection %s\n",
GNUNET_h2s (GC_h2hc (connection_id)));
msg = GNUNET_new (struct GNUNET_CADET_ConnectionBroken);
@@ -3079,7 +3079,7 @@
size = sizeof (struct GNUNET_CADET_ConnectionCreate);
size += connection->path->length * sizeof (struct GNUNET_PeerIdentity);
- LOG (GNUNET_ERROR_TYPE_INFO, "===> %s on connection %s (%u bytes)\n",
+ LOG (GNUNET_ERROR_TYPE_INFO, "---> %s on connection %s (%u bytes)\n",
GC_m2s (GNUNET_MESSAGE_TYPE_CADET_CONNECTION_CREATE),
GCC_2s (connection), size);
LOG (GNUNET_ERROR_TYPE_DEBUG, " C_P+ %p %u (create)\n",
Modified: gnunet/src/cadet/gnunet-service-cadet_tunnel.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_tunnel.c 2014-12-15 07:18:03 UTC
(rev 34597)
+++ gnunet/src/cadet/gnunet-service-cadet_tunnel.c 2014-12-15 07:18:04 UTC
(rev 34598)
@@ -1239,9 +1239,7 @@
struct CadetTunnelDelayed *next;
unsigned int room;
- LOG (GNUNET_ERROR_TYPE_DEBUG,
- "GCT_send_queued_data on tunnel %s\n",
- GCT_2s (t));
+ LOG (GNUNET_ERROR_TYPE_INFO, "Send queued data, tunnel %s\n", GCT_2s (t));
if (GCT_is_loopback (t))
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r34598 - gnunet/src/cadet,
gnunet <=