diff options
| author | Roy Marples <roy@marples.name> | 2017-04-11 20:18:41 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2017-04-11 20:18:41 +0100 |
| commit | b582ce0c7c333e20a48f0addcd8ffb014215b942 (patch) | |
| tree | 9ae13abd89009ddd323ed98e0a73947ba7cc2e8f /src/dhcpcd.c | |
| parent | 3c3888019109cf09b651655711a9b4580478b8e1 (diff) | |
| download | dhcpcd-b582ce0c7c333e20a48f0addcd8ffb014215b942.tar.xz | |
Over engineer the logging some more.
Diffstat (limited to 'src/dhcpcd.c')
| -rw-r--r-- | src/dhcpcd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dhcpcd.c b/src/dhcpcd.c index e9fbcc50..4b504bd7 100644 --- a/src/dhcpcd.c +++ b/src/dhcpcd.c @@ -1461,8 +1461,7 @@ main(int argc, char **argv) #ifdef INET ctx.udp_fd = -1; #endif - /* syslog style logging */ - logopts = LOGERR_LOG|LOGERR_LOG_DATE|LOGERR_LOG_TAG|LOGERR_LOG_PID; + logopts = LOGERR_ERR|LOGERR_LOG|LOGERR_LOG_DATE|LOGERR_LOG_PID; i = 0; while ((opt = getopt_long(argc, argv, ctx.options & DHCPCD_PRINT_PIDFILE ? NOERR_IF_OPTS : IF_OPTS, |
