Avoid trying to disconnect a neighbour twice
[oweals/gnunet.git] / src / transport / gnunet-service-transport_plugins.c
index e96f1b7f81f7c532bc734d2f2f08828ef17821d4..473bf3524338d8dccca6a9e5c138a94486ee7b51 100644 (file)
@@ -410,7 +410,7 @@ GST_plugins_a2s (const struct GNUNET_HELLO_Address *address)
   api = GST_plugins_printer_find (address->transport_name);
   if (NULL == api)
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "Failed to find transport plugin `%s'\n",
                 address->transport_name);
     return "<plugin unknown>";