more code
[oweals/gnunet.git] / src / transport / plugin_transport_udp.c
index c5eb936171e92cc102b589c039c2ba50174e9357..ae135a468de8eb5d25a7a3e847c018a3d69c1598 100644 (file)
@@ -1277,7 +1277,7 @@ udp_nat_port_map_callback (void *cls, int add_remove,
     return;
   }
   /* modify our published address list */
-  plugin->env->notify_address (plugin->env->cls, add_remove, arg, args);
+  plugin->env->notify_address (plugin->env->cls, add_remove, arg, args, "udp");
 }
 
 
@@ -1900,7 +1900,7 @@ udp_select_send (struct Plugin *plugin, struct GNUNET_NETWORK_Handle *sock)
          * This indicates we do not have connectivity
          */
         LOG (GNUNET_ERROR_TYPE_WARNING | GNUNET_ERROR_TYPE_BULK,
-            _("UDP could not message to `%s': "
+            _("UDP could not transmit message to `%s': "
               "Network seems down, please check your network configuration\n"),
             GNUNET_a2s (sa, slen));
       }
@@ -1914,7 +1914,7 @@ udp_select_send (struct Plugin *plugin, struct GNUNET_NETWORK_Handle *sock)
          */
 
        LOG (GNUNET_ERROR_TYPE_WARNING | GNUNET_ERROR_TYPE_BULK,
-           _("UDP could not message to `%s': "
+           _("UDP could not transmit message to `%s': "
             "Please check your network configuration and disable IPv6 if your "
             "connection does not have a global IPv6 address\n"),
           GNUNET_a2s (sa, slen));