diff options
| author | Roy Marples <roy@marples.name> | 2008-09-05 19:44:02 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-09-05 19:44:02 +0000 |
| commit | 4521897e2528532e957fcb334e3f27c852c51bea (patch) | |
| tree | df0f9aff582ced2cbd27a42b399b8f3bf966cad0 /dhcpcd.c | |
| parent | 765fbf7db0669762f6fe4f829f37c6b10de77fe4 (diff) | |
| download | dhcpcd-4521897e2528532e957fcb334e3f27c852c51bea.tar.xz | |
Should use LOG_DAEMON as we're a DHCP Client Daemon
Diffstat (limited to 'dhcpcd.c')
| -rw-r--r-- | dhcpcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -970,7 +970,7 @@ main(int argc, char **argv) struct timespec ts; closefrom(3); - openlog(PACKAGE, LOG_PERROR, LOG_LOCAL0); + openlog(PACKAGE, LOG_PERROR, LOG_DAEMON); setlogmask(LOG_UPTO(LOG_INFO)); options = DHCPCD_DAEMONISE; |
