aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-04-23 16:23:07 +0000
committerChristian Grothoff <christian@grothoff.org>2014-04-23 16:23:07 +0000
commit1dc43e7ecd7286670cb5646ce4b1f0663c0fd122 (patch)
tree9ca4d0c4983ce126e0c2da011e86717f2038d765 /src
parent289e908b9a51b9f91ef0ffd84963035c7f996b36 (diff)
downloadgnunet-1dc43e7ecd7286670cb5646ce4b1f0663c0fd122.tar.gz
gnunet-1dc43e7ecd7286670cb5646ce4b1f0663c0fd122.zip
-fix error message
Diffstat (limited to 'src')
-rw-r--r--src/transport/plugin_transport_udp_broadcasting.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp_broadcasting.c b/src/transport/plugin_transport_udp_broadcasting.c
index cb7e4ddee..9ed1bff65 100644
--- a/src/transport/plugin_transport_udp_broadcasting.c
+++ b/src/transport/plugin_transport_udp_broadcasting.c
@@ -674,7 +674,7 @@ stop_broadcast (struct Plugin *plugin)
674 (plugin->sockv6, IPPROTO_IPV6, IPV6_LEAVE_GROUP, 674 (plugin->sockv6, IPPROTO_IPV6, IPV6_LEAVE_GROUP,
675 &multicastRequest, sizeof (multicastRequest))) 675 &multicastRequest, sizeof (multicastRequest)))
676 { 676 {
677 GNUNET_log_strerror (GNUNET_ERROR_TYPE_ERROR, setsockopt); 677 GNUNET_log_strerror (GNUNET_ERROR_TYPE_ERROR, "setsockopt");
678 } 678 }
679 else 679 else
680 { 680 {