X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fodhcpd.c;h=b8651ddd621155584b741ab344dbba2d67c566e9;hp=794bbfc00648b6b08ad0bffe1944e03fd862ad38;hb=de90ff1b27ef8e41c819d40d80f0fd6d8be86ded;hpb=837da652ea37cd2f8bbfb6a353057eb53e9b75e0 diff --git a/src/odhcpd.c b/src/odhcpd.c index 794bbfc..b8651dd 100644 --- a/src/odhcpd.c +++ b/src/odhcpd.c @@ -172,7 +172,7 @@ ssize_t odhcpd_send(int socket, struct sockaddr_in6 *dest, ssize_t sent = sendmsg(socket, &msg, MSG_DONTWAIT); if (sent < 0) - syslog(LOG_WARNING, "Failed to send to %s%%%s (%s)", + syslog(LOG_NOTICE, "Failed to send to %s%%%s (%s)", ipbuf, iface->ifname, strerror(errno)); else syslog(LOG_DEBUG, "Sent %li bytes to %s%%%s",