summaryrefslogtreecommitdiff
path: root/rpcapd/Makefile.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-01-07 13:37:27 -0800
committerGuy Harris <guy@alum.mit.edu>2019-01-07 13:37:27 -0800
commitdb1104b9632642bfadfa4e2e2b772ac1265fb280 (patch)
treefac45a5e5a2eeffa631b99ab73129a813072ec03 /rpcapd/Makefile.in
parent117fb4c9a3b539d86e1aea3a8cca6b2ebb4c2917 (diff)
downloadlibpcap-db1104b9632642bfadfa4e2e2b772ac1265fb280.tar.gz
Support logging rpcapd messages to the "system log".
That's what you want for daemons, as the standard error might not go anywhere or, worse, might go to the control socket. Also have a -D flag to control whether to log debug messages or not; the default is "not".
Diffstat (limited to 'rpcapd/Makefile.in')
-rw-r--r--rpcapd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpcapd/Makefile.in b/rpcapd/Makefile.in
index f04e7252..9497c06e 100644
--- a/rpcapd/Makefile.in
+++ b/rpcapd/Makefile.in
@@ -81,7 +81,7 @@ INSTALL_DATA = @INSTALL_DATA@
SRC = daemon.c \
fileconf.c \
- log-stderr.c \
+ log.c \
rpcapd.c
OBJ = $(SRC:.c=.o) ../rpcap-protocol.o ../sockutils.o ../fmtutils.o ../sslutils.o