-indentation
[oweals/gnunet.git] / src / transport / gnunet-service-transport_clients.c
index 29879c884539d5669b19f194b6ff993d0bff018e..fc3abdd1a8ef30448221c72f0b88fb404412b399 100644 (file)
@@ -987,9 +987,6 @@ clients_handle_address_to_string (void *cls,
   papi = GST_plugins_printer_find (plugin_name);
   if (NULL == papi)
   {
-    fprintf (stderr,
-             "DEAD: %s\n",
-             plugin_name);
     atsm.header.size = ntohs (sizeof (struct AddressToStringResultMessage));
     atsm.header.type = ntohs (GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_TO_STRING_REPLY);
     atsm.res = htonl (GNUNET_SYSERR);