X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fodhcpd.c;h=6f034bff4e8a99d383aed5c41a2c607d1d3c8521;hp=74830ac8d9d9fb69bf2bd4e86b4baf2cab21f49f;hb=44ca70ae6f0fb649cef47d9160ec1ee13e7844f1;hpb=01d3f9d64486ac1daa144848944e877e7f0cb762 diff --git a/src/odhcpd.c b/src/odhcpd.c index 74830ac..6f034bf 100644 --- a/src/odhcpd.c +++ b/src/odhcpd.c @@ -443,7 +443,6 @@ static void odhcpd_receive_packets(struct uloop_fd *u, _unused unsigned int even else if (addr.in.sin_family == AF_INET) inet_ntop(AF_INET, &addr.in.sin_addr, ipbuf, sizeof(ipbuf)); - syslog(LOG_DEBUG, "--"); syslog(LOG_DEBUG, "Received %li Bytes from %s%%%s", (long)len, ipbuf, (iface) ? iface->ifname : "netlink");