From db1104b9632642bfadfa4e2e2b772ac1265fb280 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 7 Jan 2019 13:37:27 -0800 Subject: 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". --- rpcapd/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpcapd/Makefile.in') 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 -- cgit v1.2.1