From 2fdf141842b8984d0b118623e75d0b243d02f5de Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 22 Apr 2008 21:28:55 +0200 Subject: [PATCH] Omit log of arguments to sc_main. --- src/pazpar2.c | 3 --- 1 file changed, 3 deletions(-) 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"); -- 1.7.10.4