Add DPRINTF() and use it to replace log_debug() statements inside
authorkrw <krw@openbsd.org>
Thu, 25 Jan 2018 15:43:51 +0000 (15:43 +0000)
committerkrw <krw@openbsd.org>
Thu, 25 Jan 2018 15:43:51 +0000 (15:43 +0000)
commit23220475f47f5d124eadb119176e74f824324274
tree4870d2672865a8ed7d335e92a4de37415f40780f
parent6034170565a4a7ff603c29ea46ff60820ebd80a7
Add DPRINTF() and use it to replace log_debug() statements inside
#ifdef DEBUG/#endif blocks.

Suggestions on correct idiom (C99 vs gcc) from millert@

ok tom@
sbin/dhclient/dhclient.c
sbin/dhclient/dhcpd.h
sbin/dhclient/dispatch.c
sbin/dhclient/packet.c