Make DEBUG a bit easier to use by calling setlogmask(LOG_UPTO(LOG_DEBUG))
authorkrw <krw@openbsd.org>
Fri, 23 May 2014 17:36:59 +0000 (17:36 +0000)
committerkrw <krw@openbsd.org>
Fri, 23 May 2014 17:36:59 +0000 (17:36 +0000)
commit40bc8fd18ff0636dac1a20f08129d61383a46cc3
treeb484e2015704a271c9961d6207ec2f8367a125e3
parent30c4fd805c7833678d0abc16042606220f777c8c
Make DEBUG a bit easier to use by calling setlogmask(LOG_UPTO(LOG_DEBUG))
when it is set, and the current setlogmask(LOG_UPTO(LOG_INFO)) when it
is not set.
sbin/dhclient/dhclient.c