From: Wouter Wijngaards Date: Fri, 2 Feb 2007 10:19:54 +0000 (+0000) Subject: Build fixed. X-Git-Tag: release-0.0~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f06fdf780607bb4f7f0c7d1355199f5fba20f72a;p=thirdparty%2Funbound.git Build fixed. git-svn-id: file:///svn/unbound/trunk@55 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/services/listen_dnsport.c b/services/listen_dnsport.c index 6652edda0..327df14ea 100644 --- a/services/listen_dnsport.c +++ b/services/listen_dnsport.c @@ -109,7 +109,7 @@ create_udp_sock(struct addrinfo *addr) */ if (setsockopt(s, IPPROTO_IPV6, IPV6_USE_MIN_MTU, &on, sizeof(on)) < 0) { - log_msg(LOG_ERR, "setsockopt(..., IPV6_USE_MIN_MTU, " + log_err("setsockopt(..., IPV6_USE_MIN_MTU, " "...) failed: %s", strerror(errno)); return -1; }