Skip to content

Commit

Permalink
log wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Mar 29, 2005
1 parent b550246 commit 8c2c1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/kame/dhcp6/addrconf.c
@@ -1,4 +1,4 @@
/* $KAME: addrconf.c,v 1.1 2005/03/02 07:20:13 suz Exp $ */
/* $KAME: addrconf.c,v 1.2 2005/03/29 13:49:09 jinmei Exp $ */

/*
* Copyright (C) 2002 WIDE Project.
Expand Down Expand Up @@ -167,7 +167,7 @@ update_address(ia, addr, dhcpifp, ctlp, callback)
sa->addr.pltime = addr->pltime;
sa->addr.vltime = addr->vltime;
sa->dhcpif = dhcpifp;
dprintf(LOG_DEBUG, FNAME, "%s a address %s pltime=%lu, vltime=%lu",
dprintf(LOG_DEBUG, FNAME, "%s an address %s pltime=%lu, vltime=%lu",
sacreate ? "create" : "update",
in6addr2str(&addr->addr, 0), addr->pltime, addr->vltime);

Expand Down

0 comments on commit 8c2c1b0

Please sign in to comment.