2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Change log_facility to log_priotiry

This commit is contained in:
Ted Lemon
1996-05-23 02:43:14 +00:00
parent 20a7fa96d8
commit b5ac808eb9
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ int main (argc, argv, envp)
#ifdef SYSLOG_4_2
openlog ("dhclient", LOG_NDELAY);
log_facility = LOG_DAEMON;
log_priority = LOG_DAEMON;
#else
openlog ("dhclient", LOG_NDELAY, LOG_DAEMON);
#endif