aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 58135803a..8f95b9ee6 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -2267,8 +2267,8 @@ libgnunet_plugin_transport_udp_init (void *cls)
2267 &external_address))) 2267 &external_address)))
2268 { 2268 {
2269 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 2269 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
2270 _("Require EXTERNAL_ADDRESS for service `%s' in configuration (either BEHIND_NAT or ALLOW_NAT set to YES)!\n"), 2270 _("Require EXTERNAL_ADDRESS in section `%s' in configuration (either BEHIND_NAT or ALLOW_NAT set to YES)!\n"),
2271 "transport-udp"); 2271 "nat");
2272 return NULL; 2272 return NULL;
2273 } 2273 }
2274 2274
@@ -2285,8 +2285,8 @@ libgnunet_plugin_transport_udp_init (void *cls)
2285 &internal_address))) 2285 &internal_address)))
2286 { 2286 {
2287 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 2287 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
2288 _("Require INTERNAL_ADDRESS for service `%s' in configuration!\n"), 2288 _("Require INTERNAL_ADDRESS in section `%s' in configuration!\n"),
2289 "transport-udp"); 2289 "nat");
2290 GNUNET_free_non_null(external_address); 2290 GNUNET_free_non_null(external_address);
2291 return NULL; 2291 return NULL;
2292 } 2292 }