aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.c')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.c b/src/transport/gnunet-service-transport_manipulation.c
index bd3fed6d7..7620cdbb1 100644
--- a/src/transport/gnunet-service-transport_manipulation.c
+++ b/src/transport/gnunet-service-transport_manipulation.c
@@ -350,7 +350,7 @@ GST_manipulation_send (const struct GNUNET_PeerIdentity *target,
350 } 350 }
351 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 351 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
352 "Delaying %u byte message to peer `%s' with peer specific delay for %s\n", 352 "Delaying %u byte message to peer `%s' with peer specific delay for %s\n",
353 msg_size, 353 (unsigned int) msg_size,
354 GNUNET_i2s (target), 354 GNUNET_i2s (target),
355 GNUNET_STRINGS_relative_time_to_string (delay, 355 GNUNET_STRINGS_relative_time_to_string (delay,
356 GNUNET_YES)); 356 GNUNET_YES));