From: Roy Marples Date: Thu, 16 Jun 2016 08:28:34 +0000 (+0000) Subject: Remove mistakenly added debug. X-Git-Tag: v6.11.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36c1d5b63b8a582d3ae3a3fecc7be20bbd8973ab;p=thirdparty%2Fdhcpcd.git Remove mistakenly added debug. --- diff --git a/dhcp.c b/dhcp.c index f7650adf..0fa35d7f 100644 --- a/dhcp.c +++ b/dhcp.c @@ -2508,8 +2508,6 @@ dhcp_reboot(struct interface *ifp) eloop_timeout_add_sec(ifp->ctx->eloop, ifo->reboot, ipv4ll_start, ifp); - logger(ifp->ctx, LOG_INFO, "DEBUG %llu %d\n", ifo->options & DHCPCD_LASTLEASE, - state->lease.frominfo); if (ifo->options & DHCPCD_LASTLEASE && state->lease.frominfo) eloop_timeout_add_sec(ifp->ctx->eloop, ifo->reboot, dhcp_lastlease, ifp);