aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
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