Skip to content

Commit

Permalink
revisited log level
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Mar 21, 2004
1 parent c217515 commit 528c875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/kame/dhcp6/dhcp6c.c
@@ -1,4 +1,4 @@
/* $KAME: dhcp6c.c,v 1.128 2004/03/21 14:40:51 jinmei Exp $ */ /* $KAME: dhcp6c.c,v 1.129 2004/03/21 15:04:33 jinmei Exp $ */
/* /*
* Copyright (C) 1998 and 1999 WIDE Project. * Copyright (C) 1998 and 1999 WIDE Project.
* All rights reserved. * All rights reserved.
Expand Down Expand Up @@ -536,7 +536,7 @@ client6_expire_lifetime(arg)
{ {
struct dhcp6_if *ifp = arg; struct dhcp6_if *ifp = arg;


dprintf(LOG_INFO, FNAME, "lifetime on %s expired", ifp->ifname); dprintf(LOG_DEBUG, FNAME, "lifetime on %s expired", ifp->ifname);


dhcp6_remove_timer(&ifp->timer); dhcp6_remove_timer(&ifp->timer);
client6_ifinit(ifp); client6_ifinit(ifp);
Expand Down

0 comments on commit 528c875

Please sign in to comment.