]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove mistakenly added debug.
authorRoy Marples <roy@marples.name>
Thu, 16 Jun 2016 08:28:34 +0000 (08:28 +0000)
committerRoy Marples <roy@marples.name>
Thu, 16 Jun 2016 08:28:34 +0000 (08:28 +0000)
dhcp.c

diff --git a/dhcp.c b/dhcp.c
index f7650adf108c046038efed1eece8fece7d09dacc..0fa35d7fda6f73763cb02feacc4ab6391359ad87 100644 (file)
--- 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);