lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] Minor tweak to dhcp.c


From: Bill Auerbach
Subject: [lwip-devel] Minor tweak to dhcp.c
Date: Wed, 25 Feb 2009 14:38:58 -0500

On or about line 1340:

  LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | 2, ("transaction id xid++(%"X32_F") dhcp->xid(%"U32_F")\n",xid,dhcp->xid));

I think the U32_F should be X32_F.  It makes more sense to see them in the same format and with values of ABCDxxxx hex shows this.

Bill


reply via email to

[Prev in Thread] Current Thread [Next in Thread]