From 3cbf00ccea2a242f1979180b700a7c309b7c6505 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sun, 27 Oct 2013 16:55:26 -0400 Subject: the syslogging is too uselessly chatty for the tests --- server/test_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/test_server.c b/server/test_server.c index 4c5770d..0d91eb1 100644 --- a/server/test_server.c +++ b/server/test_server.c @@ -80,7 +80,7 @@ int main(int argc, char **argv) { int logopt = 0; -#ifdef LOG_PERROR +#ifd 0 && defined(LOG_PERROR) logopt = LOG_PERROR; #endif openlog("test_server", logopt, LOG_USER); -- cgit v1.2.3