aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/identity/plugin_rest_identity.c2
-rw-r--r--src/transport/plugin_transport_udp.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/identity/plugin_rest_identity.c b/src/identity/plugin_rest_identity.c
index bfa4ff848..aa68ae334 100644
--- a/src/identity/plugin_rest_identity.c
+++ b/src/identity/plugin_rest_identity.c
@@ -19,7 +19,7 @@
19 */ 19 */
20/** 20/**
21 * @author Martin Schanzenbach 21 * @author Martin Schanzenbach
22 * @file namestore/plugin_rest_namestore.c 22 * @file identity/plugin_rest_identity.c
23 * @brief GNUnet Namestore REST plugin 23 * @brief GNUnet Namestore REST plugin
24 * 24 *
25 */ 25 */
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 296498f6d..4eb4b7f36 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -2669,7 +2669,6 @@ ack_proc (void *cls,
2669 delay = s->flow_delay_for_other_peer.rel_value_us; 2669 delay = s->flow_delay_for_other_peer.rel_value_us;
2670 else 2670 else
2671 delay = UINT32_MAX; 2671 delay = UINT32_MAX;
2672
2673 LOG (GNUNET_ERROR_TYPE_DEBUG, 2672 LOG (GNUNET_ERROR_TYPE_DEBUG,
2674 "Sending ACK to `%s' including delay of %s\n", 2673 "Sending ACK to `%s' including delay of %s\n",
2675 udp_address_to_string (plugin, 2674 udp_address_to_string (plugin,