aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/transport/gnunet-service-transport_clients.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport_clients.c b/src/transport/gnunet-service-transport_clients.c
index 29879c884..fc3abdd1a 100644
--- a/src/transport/gnunet-service-transport_clients.c
+++ b/src/transport/gnunet-service-transport_clients.c
@@ -987,9 +987,6 @@ clients_handle_address_to_string (void *cls,
987 papi = GST_plugins_printer_find (plugin_name); 987 papi = GST_plugins_printer_find (plugin_name);
988 if (NULL == papi) 988 if (NULL == papi)
989 { 989 {
990 fprintf (stderr,
991 "DEAD: %s\n",
992 plugin_name);
993 atsm.header.size = ntohs (sizeof (struct AddressToStringResultMessage)); 990 atsm.header.size = ntohs (sizeof (struct AddressToStringResultMessage));
994 atsm.header.type = ntohs (GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_TO_STRING_REPLY); 991 atsm.header.type = ntohs (GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_TO_STRING_REPLY);
995 atsm.res = htonl (GNUNET_SYSERR); 992 atsm.res = htonl (GNUNET_SYSERR);