mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
[master] Add configure option to incude PID in syslog entries
This commit is contained in:
@@ -140,7 +140,7 @@ main(int argc, char **argv) {
|
||||
else if (fd != -1)
|
||||
close(fd);
|
||||
|
||||
openlog("dhclient", LOG_NDELAY, LOG_DAEMON);
|
||||
openlog("dhclient", DHCP_LOG_OPTIONS, LOG_DAEMON);
|
||||
|
||||
#if !(defined(DEBUG) || defined(__CYGWIN32__))
|
||||
setlogmask(LOG_UPTO(LOG_INFO));
|
||||
|
Reference in New Issue
Block a user