aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-05 14:45:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-05 14:45:36 +0000
commitd66c82ae1328bf3d58e66d4643f610523a33498f (patch)
tree30cf1f7b21b3ce822eb462d91f9208ed7b1ca7be /src/transport
parentbc4d6bbbb097dc12fb1a19b56147abd56031b1fd (diff)
downloadgnunet-d66c82ae1328bf3d58e66d4643f610523a33498f.tar.gz
gnunet-d66c82ae1328bf3d58e66d4643f610523a33498f.zip
LRN: cosmetics
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-service-transport.c2
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index 878ab2618..30bcad806 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -215,7 +215,7 @@ plugin_env_receive_callback (void *cls, const struct GNUNET_PeerIdentity *peer,
215 type = ntohs (message->type); 215 type = ntohs (message->type);
216#if DEBUG_TRANSPORT 216#if DEBUG_TRANSPORT
217 217
218 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Received Message with type %u\n", type); 218 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Received Message with type %u\n", type);
219#endif 219#endif
220 220
221 switch (type) 221 switch (type)
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 0ceba53bc..e0af12b3c 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -2029,7 +2029,7 @@ GST_neighbours_handle_connect_ack (const struct GNUNET_MessageHeader *message,
2029 sender_address_len, session, GNUNET_YES); 2029 sender_address_len, session, GNUNET_YES);
2030 2030
2031#if DEBUG_TRANSPORT 2031#if DEBUG_TRANSPORT
2032 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 2032 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2033 "Setting inbound quota of %u for peer `%s' to \n", 2033 "Setting inbound quota of %u for peer `%s' to \n",
2034 ntohl (n->bandwidth_in.value__), GNUNET_i2s (&n->id)); 2034 ntohl (n->bandwidth_in.value__), GNUNET_i2s (&n->id));
2035#endif 2035#endif