diff options
author | Karl Ramm <kcr@1ts.org> | 2013-10-27 16:55:26 -0400 |
---|---|---|
committer | Karl Ramm <kcr@1ts.org> | 2013-10-27 16:58:21 -0400 |
commit | 3cbf00ccea2a242f1979180b700a7c309b7c6505 (patch) | |
tree | 85ef1859fe9e27f21bcefb5343bba73128117b01 /server | |
parent | 3c69550a493e472f994623fe0808fc2103c79a80 (diff) |
the syslogging is too uselessly chatty for the tests
Diffstat (limited to 'server')
-rw-r--r-- | server/test_server.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |