aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-service-transport_validation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_validation.c b/src/transport/gnunet-service-transport_validation.c
index c7d760199..89e901561 100644
--- a/src/transport/gnunet-service-transport_validation.c
+++ b/src/transport/gnunet-service-transport_validation.c
@@ -606,7 +606,7 @@ transmit_ping_if_allowed (void *cls,
606 NULL, NULL); 606 NULL, NULL);
607 if (-1 == ret) 607 if (-1 == ret)
608 { 608 {
609 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 609 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
610 "Failed to send PING to `%s' at `%s'\n", 610 "Failed to send PING to `%s' at `%s'\n",
611 GNUNET_i2s (pid), 611 GNUNET_i2s (pid),
612 GST_plugins_a2s (ve->address)); 612 GST_plugins_a2s (ve->address));