From: Adam Dickmeiss Date: Tue, 22 Apr 2008 19:28:55 +0000 (+0200) Subject: Omit log of arguments to sc_main. X-Git-Tag: PAZPAR2.1.0.8~3 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=2fdf141842b8984d0b118623e75d0b243d02f5de Omit log of arguments to sc_main. --- diff --git a/src/pazpar2.c b/src/pazpar2.c index 25674e7..d0ff570 100644 --- a/src/pazpar2.c +++ b/src/pazpar2.c @@ -101,10 +101,7 @@ static int sc_main( char *arg; const char *pidfile = 0; const char *uid = 0; - int i; - for (i = 0; i < argc; i++) - yaz_log(YLOG_LOG, "arg%d: %s", i, argv[i]); #ifndef WIN32 if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) yaz_log(YLOG_WARN|YLOG_ERRNO, "signal");